From 2f52d6db87debddb6a3b11347cf8d14f52e2b815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:06:06 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_ci-lighthouse.yml | 2 +- .github/workflows/_coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_ci-lighthouse.yml b/.github/workflows/_ci-lighthouse.yml index 67ed75d..ebc7572 100644 --- a/.github/workflows/_ci-lighthouse.yml +++ b/.github/workflows/_ci-lighthouse.yml @@ -269,7 +269,7 @@ jobs: node-version: ${{ inputs.node-version }} - name: Download the shard reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: lighthouse-report-* merge-multiple: true diff --git a/.github/workflows/_coverage.yml b/.github/workflows/_coverage.yml index 585b093..28a4b3d 100644 --- a/.github/workflows/_coverage.yml +++ b/.github/workflows/_coverage.yml @@ -57,7 +57,7 @@ jobs: # The reports come from whichever job produced them — this body never # runs a test suite itself, so it stays free of every stack it serves. - name: Download the coverage reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.artifact }}