Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 140df26

Browse files
chore(deps): update github artifact actions (major) (#3226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a34954 commit 140df26

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

‎.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@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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /