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