Skip to content

Commit 387858e

Browse files
chore(deps): update github artifact actions
1 parent 38add48 commit 387858e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
NEXT_RESOLVED_VERSION: ${{ steps.resolve-next-version.outputs.version }}
164164
NODE_OPTIONS: --import file://${{ github.workspace }}/tools/fetch-retry.mjs
165165
- name: Upload blob report to GitHub Actions Artifacts
166-
uses: actions/upload-artifact@v5
166+
uses: actions/upload-artifact@v6
167167
if: always()
168168
with:
169169
name: blob-report-${{matrix.version}}-${{ matrix.shard }}
@@ -339,7 +339,7 @@ jobs:
339339
run: npm ci
340340

341341
- name: Download blob reports from GitHub Actions Artifacts
342-
uses: actions/download-artifact@v6
342+
uses: actions/download-artifact@v7
343343
with:
344344
path: all-blob-reports
345345
pattern: blob-report-${{ matrix.version }}-*
@@ -351,7 +351,7 @@ jobs:
351351
npx playwright merge-reports --reporter json ./all-blob-reports > merged_reports.json
352352
353353
- name: Upload HTML report
354-
uses: actions/upload-artifact@v5
354+
uses: actions/upload-artifact@v6
355355
with:
356356
name: html-report-${{ matrix.version }}-attempt-${{ github.run_attempt }}
357357
path: playwright-report

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240

241241
- name: Upload Test Results
242242
if: success() || failure()
243-
uses: actions/upload-artifact@v5
243+
uses: actions/upload-artifact@v6
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@v6
270+
uses: actions/download-artifact@v7
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@v5
289+
uses: actions/upload-artifact@v6
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

0 commit comments

Comments
 (0)