diff --git a/.github/workflows/aat-reports.yml b/.github/workflows/aat-reports.yml index 8ba6a8e8873..100e7b2d300 100644 --- a/.github/workflows/aat-reports.yml +++ b/.github/workflows/aat-reports.yml @@ -72,7 +72,7 @@ jobs: - name: install dependencies run: npm ci - name: download all reports - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: path: all-blob-reports pattern: aat-* diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 41999d2eaa8..51b6711e40e 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -33,12 +33,12 @@ jobs: - name: Build docs preview run: npm run build:docs:preview - name: Download VRT reports - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: vrt path: docs/public/vrt - name: Download AAT reports - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: aat path: docs/public/aat diff --git a/.github/workflows/deploy_preview_forks.yml b/.github/workflows/deploy_preview_forks.yml index 57f8a81fa95..70ea3dd93f2 100644 --- a/.github/workflows/deploy_preview_forks.yml +++ b/.github/workflows/deploy_preview_forks.yml @@ -33,12 +33,12 @@ jobs: - name: Build docs preview run: npm run build:docs:preview - name: Download VRT reports - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: vrt path: docs/public/vrt - name: Download AAT reports - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: aat path: docs/public/aat diff --git a/.github/workflows/vrt-reports.yml b/.github/workflows/vrt-reports.yml index 2cf3b8b9699..ef126535edc 100644 --- a/.github/workflows/vrt-reports.yml +++ b/.github/workflows/vrt-reports.yml @@ -83,7 +83,7 @@ jobs: - name: install dependencies run: npm ci - name: download all reports - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: path: all-blob-reports pattern: vrt-*