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 }}