Skip to content

Commit c161dc5

Browse files
committed
trivial: update github workflow
1 parent 0daf42b commit c161dc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,23 +87,23 @@ jobs:
8787
make docker-splunk-tail-logs-count COUNT=1000 > splunk-logs.log
8888
8989
- name: Store playwright-report
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
if: always()
9292
with:
9393
name: playwright-report
9494
path: playwright-report/
9595
retention-days: 30
9696

9797
- name: Store playwright-screenshots
98-
uses: actions/upload-artifact@v3
98+
uses: actions/upload-artifact@v4
9999
if: always()
100100
with:
101101
name: playwright-screenshots
102102
path: playwright-screenshots/
103103
retention-days: 30
104104

105105
- name: Store splunk-logs
106-
uses: actions/upload-artifact@v3
106+
uses: actions/upload-artifact@v4
107107
if: always()
108108
with:
109109
name: splunk-logs.log

0 commit comments

Comments
 (0)