File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,15 +179,15 @@ jobs:
179179
180180 - name : Upload test artifacts
181181 if : ${{ !cancelled() }}
182- uses : actions/upload-artifact@v6
182+ uses : actions/upload-artifact@v7
183183 with :
184184 name : playwright-report
185185 path : playwright-report/
186186 retention-days : 30
187187
188188 - name : Upload test results
189189 if : always()
190- uses : actions/upload-artifact@v6
190+ uses : actions/upload-artifact@v7
191191 with :
192192 name : test-results
193193 path : e2e/test-results
Original file line number Diff line number Diff line change 8686 DISPLAY : :99
8787 run : cd e2e && npx playwright test
8888
89- - uses : actions/upload-artifact@v6
89+ - uses : actions/upload-artifact@v7
9090 if : ${{ !cancelled() }}
9191 with :
9292 name : playwright-report
@@ -100,7 +100,7 @@ jobs:
100100 with :
101101 dest : ' docker-logs'
102102
103- - uses : actions/upload-artifact@v6
103+ - uses : actions/upload-artifact@v7
104104 if : ${{ !cancelled() }}
105105 with :
106106 name : docker-logs
You can’t perform that action at this time.
0 commit comments