diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 7ff842c59..0ad5e1ed3 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@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