From 042fa60beb392438dd8d804212317f28ea7681e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:43:18 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/37930b1c2abaa49bbe596cd826c3c89aef350131...70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/aat-reports.yml | 2 +- .github/workflows/deploy_preview.yml | 4 ++-- .github/workflows/deploy_preview_forks.yml | 4 ++-- .github/workflows/vrt-reports.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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-*