From 76d99690d5b25b43beaa70660bd14af643ba1395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:03:15 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53...37930b1c2abaa49bbe596cd826c3c89aef350131) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.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 f789792fcb8..b60e89e96ad 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 with: path: all-blob-reports pattern: aat-* diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 01792a96713..cc7c0a3e4b7 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 with: name: vrt path: docs/public/vrt - name: Download AAT reports - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 with: name: aat path: docs/public/aat diff --git a/.github/workflows/deploy_preview_forks.yml b/.github/workflows/deploy_preview_forks.yml index 51fef3bffbf..aba7f615e3c 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 with: name: vrt path: docs/public/vrt - name: Download AAT reports - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 with: name: aat path: docs/public/aat diff --git a/.github/workflows/vrt-reports.yml b/.github/workflows/vrt-reports.yml index ca767700e9a..cf98f888da2 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 with: path: all-blob-reports pattern: vrt-*