diff --git a/.github/workflows/screenshot-capture.yml b/.github/workflows/screenshot-capture.yml index 558fba8b5f..596e6bee68 100644 --- a/.github/workflows/screenshot-capture.yml +++ b/.github/workflows/screenshot-capture.yml @@ -90,7 +90,7 @@ jobs: with: attempt_limit: 3 attempt_delay: 60000 - action: actions/download-artifact@v5 + action: actions/download-artifact@v8 with: | name: build path: build @@ -116,7 +116,7 @@ jobs: actions: read steps: - name: Download screenshots - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: path: screenshots pattern: screenshots-* diff --git a/.github/workflows/visual-comparison.yml b/.github/workflows/visual-comparison.yml index d24c431a6d..dffee62e82 100644 --- a/.github/workflows/visual-comparison.yml +++ b/.github/workflows/visual-comparison.yml @@ -142,7 +142,7 @@ jobs: with: attempt_limit: 3 attempt_delay: 60000 - action: actions/download-artifact@v5 + action: actions/download-artifact@v8 with: | name: build path: build @@ -228,7 +228,7 @@ jobs: attempt_delay: 60000 - name: Download blob reports - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: path: all-blob-reports pattern: blob-report-* @@ -266,7 +266,7 @@ jobs: continue-on-error: true steps: - name: Download HTML report - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: report path: playwright-report