diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 989fa81e72..c02fddafa4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -159,7 +159,7 @@ jobs: run: bun install --frozen-lockfile - name: Download all coverage summaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: coverage-summary-* path: artifacts @@ -168,7 +168,7 @@ jobs: run: | set -euo pipefail # Each artifact arrives as artifacts/coverage-summary-/ - # actions/download-artifact@v4 unzips a single-file artifact into a directory + # actions/download-artifact@v8 unzips a single-file artifact into a directory # named after the artifact, preserving the source file's basename. # Copy each back to its expected location so coverage-baselines.json's # summaryPath entries resolve. @@ -224,7 +224,7 @@ jobs: run: bun install --frozen-lockfile - name: Download all coverage summaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: coverage-summary-* path: artifacts