From 0eaed4d369b74a7e3b7939a9b8c147d99ddcdee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 03:13:07 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 9a1114f0a..3ec91ff0e 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@v4 + - uses: actions/download-artifact@v5 with: name: test_pypi path: dist @@ -123,7 +123,7 @@ jobs: fi - name: Download artifiact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 if: steps.check-tag.outputs.match == 'true' with: name: artifact