From 5f0353cb22df60ec08035cddb0813a0c93cfd9e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 02:02:23 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index ef327c95e..62652afdc 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -95,7 +95,7 @@ jobs: id-token: write if: github.repository == 'linux-nvme/libnvme' steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: test_pypi path: dist @@ -123,7 +123,7 @@ jobs: fi - name: Download artifiact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 if: steps.check-tag.outputs.match == 'true' with: name: artifact