File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 NEXT_RESOLVED_VERSION : ${{ steps.resolve-next-version.outputs.version }}
125125 NODE_OPTIONS : --import ${{ github.workspace }}/tools/fetch-retry.mjs
126126 - name : Upload blob report to GitHub Actions Artifacts
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v5
128128 if : always()
129129 with :
130130 name : blob-report-${{matrix.version}}-${{ matrix.shard }}
@@ -306,7 +306,7 @@ jobs:
306306 run : npm ci
307307
308308 - name : Download blob reports from GitHub Actions Artifacts
309- uses : actions/download-artifact@v5
309+ uses : actions/download-artifact@v6
310310 with :
311311 path : all-blob-reports
312312 pattern : blob-report-${{ matrix.version }}-*
@@ -318,7 +318,7 @@ jobs:
318318 npx playwright merge-reports --reporter json ./all-blob-reports > merged_reports.json
319319
320320 - name : Upload HTML report
321- uses : actions/upload-artifact@v4
321+ uses : actions/upload-artifact@v5
322322 with :
323323 name : html-report-${{ matrix.version }}-attempt-${{ github.run_attempt }}
324324 path : playwright-report
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ jobs:
240240
241241 - name : Upload Test Results
242242 if : success() || failure()
243- uses : actions/upload-artifact@v4
243+ uses : actions/upload-artifact@v5
244244 with :
245245 name : test-result-${{matrix.version_spec.selector}}-${{ matrix.group }}
246246 path : ${{ env.next-path }}/test/${{steps.decide-default-bundler.outputs.default_bundler == 'turbopack' && 'turbopack-test-junit-report' || 'test-junit-report'}}/*.xml
@@ -267,7 +267,7 @@ jobs:
267267 uses : denoland/setup-deno@v1
268268
269269 - name : Download Artifacts
270- uses : actions/download-artifact@v5
270+ uses : actions/download-artifact@v6
271271 with :
272272 pattern : test-result-${{matrix.version_spec.selector}}-*
273273 path : artifacts
@@ -286,7 +286,7 @@ jobs:
286286 deno run -A tools/deno/generate-md.ts >> $GITHUB_STEP_SUMMARY
287287
288288 - name : Upload Test JSON
289- uses : actions/upload-artifact@v4
289+ uses : actions/upload-artifact@v5
290290 with :
291291 # TODO(serhalp) Consider renaming this. It's misleading, since it's just an identifier,
292292 # but it's formatted like a filename, and happens to be almost - but not quite - the
You can’t perform that action at this time.
0 commit comments