Skip to content

Commit 397b828

Browse files
authored
Merge pull request #1578 from w3bdesign/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 52a333e + 33cc5fc commit 397b828

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@v4
41+
uses: actions/upload-artifact@v5
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@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: playwright-traces
5151
path: test-results/

0 commit comments

Comments
 (0)