diff --git a/.github/workflows/validate_attestations.yml b/.github/workflows/validate_attestations.yml index c9a50b2..37f7aa4 100644 --- a/.github/workflows/validate_attestations.yml +++ b/.github/workflows/validate_attestations.yml @@ -22,7 +22,7 @@ jobs: if: ${{ github.event.workflow_run.name == '📦 Release' && github.event.workflow_run.conclusion == 'success' }} steps: - name: Download artifact related with the workflow run ID ${{ github.event.workflow_run.id }} - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.3.0 with: name: release.zip github-token: ${{ github.token }}