Skip to content

Commit b715002

Browse files
authored
Merge pull request #1601 from w3bdesign/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v6
2 parents 58a9ae0 + 027e3d8 commit b715002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
DEBUG: pw:api
3939
- name: Upload test results
4040
if: always()
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: playwright-report
4444
path: playwright-report/
4545
retention-days: 30
4646
- name: Upload test traces
4747
if: failure()
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: playwright-traces
5151
path: test-results/

0 commit comments

Comments
 (0)