diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index f3758db..e0e7cfc 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -101,7 +101,7 @@ jobs: token: ${{ secrets.USER_GITHUB_TOKEN }} - name: Resolve last validated commit hash (for `git diff` purposes) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 continue-on-error: true with: name: last-validated-commit-hash