File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments