Skip to content

Commit b194d0c

Browse files
chore(deps): bump actions/upload-artifact to 7
1 parent c61adb7 commit b194d0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ jobs:
8181
# ---- Always publish the report + raw results for inspection ----
8282
- name: Upload Playwright report
8383
if: always()
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v7
8585
with:
8686
name: playwright-report
8787
path: playwright-report/
8888
retention-days: 14
8989

9090
- name: Upload test results
9191
if: always()
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: test-results
9595
path: test-results/

0 commit comments

Comments
 (0)