Skip to content

Commit d48b313

Browse files
chore(deps): update github artifact actions (major) (#806)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 568be41 commit d48b313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
NETLIFY: 1
3939
- name: Upload test report
4040
if: always()
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
with:
4343
name: blob-report-${{ matrix.site }}
4444
path: blob-report
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
node-version: 'lts/*'
5656
- name: Download blob reports from GitHub Actions Artifacts
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v6
5858
with:
5959
path: all-blob-reports
6060
pattern: blob-report-*
@@ -65,7 +65,7 @@ jobs:
6565
npx playwright merge-reports --reporter html,github ./all-blob-reports
6666

6767
- name: Upload HTML report
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: html-report--attempt-${{ github.run_attempt }}
7171
path: playwright-report

0 commit comments

Comments
 (0)