diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc9510e..7767ccd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - name: Download Python package dist artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: python-package-dist path: dist