diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e591f7b..81bdb0d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -77,7 +77,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_DIR }}