From 1df4d5ac01617cea31d6bc3d2804379d576d1f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:02:35 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 7ff842c594..0ad5e1ed30 100644 --- a/.github/workflows/libnvme-release-python.yml +++ b/.github/workflows/libnvme-release-python.yml @@ -95,7 +95,7 @@ jobs: id-token: write if: github.repository == 'linux-nvme/libnvme' steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: test_pypi path: dist @@ -123,7 +123,7 @@ jobs: fi - name: Download artifiact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 if: steps.check-tag.outputs.match == 'true' with: name: artifact diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 1d5d4e32a9..24f4cb815d 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@v6 + - uses: actions/download-artifact@v7 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@v6 + - uses: actions/download-artifact@v7 with: name: nvme-cli path: upload