From a1fe41703065ca2243c8da17865151aac5296606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:24:48 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/upload.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46696ad1cd..62f620c9bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: build run: | scripts/build.sh -b ${{ matrix.buildtype }} -c ${{ matrix.compiler }} -x - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 name: upload logs if: failure() with: @@ -59,7 +59,7 @@ jobs: scripts/build.sh -b release -c gcc -t ${{ matrix.arch }} cross params: "--platform linux/amd64" pull-params: "--platform linux/amd64" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 name: upload logs if: failure() with: @@ -78,7 +78,7 @@ jobs: - name: build run: | scripts/build.sh -b release -c gcc fallback - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: log files diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 67c25ff7bf..08484d14a8 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -34,7 +34,7 @@ jobs: cp .build-ci/nvme "upload/nvme-cli-${VERSION}-x86_64" fi - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 name: upload artifacts to github with: name: nvme-cli