diff --git a/.github/workflows/screenshot_comment.yml b/.github/workflows/screenshot_comment.yml index 7b2e99f9c24d..7da9d6c0b268 100644 --- a/.github/workflows/screenshot_comment.yml +++ b/.github/workflows/screenshot_comment.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Download PR number artifact - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 with: name: pr run_id: ${{ github.event.workflow_run.id }} @@ -54,7 +54,7 @@ jobs: run: | echo "pull_request_number=$(cat NR)" >> "$GITHUB_OUTPUT" - name: Download screenshot diff artifact - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 with: run_id: ${{ github.event.workflow_run.id }} name: screenshot-diff diff --git a/.github/workflows/screenshot_compare.yml b/.github/workflows/screenshot_compare.yml index fdb0e9995154..f3560e6483dc 100644 --- a/.github/workflows/screenshot_compare.yml +++ b/.github/workflows/screenshot_compare.yml @@ -57,7 +57,7 @@ jobs: gradle-version: wrapper - name: Download base branch screenshots - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 continue-on-error: true with: name: screenshot