From 5539691926a207357fc00e424587d416a1aea49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:23:19 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/37930b1c2abaa49bbe596cd826c3c89aef350131...70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/libnvme-release-python.yml | 4 ++-- .github/workflows/upload.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/libnvme-release-python.yml b/.github/workflows/libnvme-release-python.yml index f6fec38fda..26a3322bb0 100644 --- a/.github/workflows/libnvme-release-python.yml +++ b/.github/workflows/libnvme-release-python.yml @@ -109,7 +109,7 @@ jobs: id-token: write if: github.repository == 'linux-nvme/nvme-cli' steps: - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: test_pypi path: dist @@ -137,7 +137,7 @@ jobs: fi - name: Download artifiact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 if: steps.check-tag.outputs.match == 'true' with: name: artifact diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 48cc75b02b..1c308fa1d1 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -49,7 +49,7 @@ jobs: needs: build-static if: ${{ github.event_name == 'push' || github.event_name == 'release' }} steps: - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: nvme-cli path: upload @@ -76,7 +76,7 @@ jobs: VERSION: ${{ needs.build-static.outputs.VERSION }} if: ${{ github.event_name == 'release' }} steps: - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: nvme-cli path: upload