File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ jobs:
404404 echo " </testsuites>" >> docker-integration-results.xml
405405
406406 - name : Upload JUnit XML results
407- uses : actions/upload-artifact@v4
407+ uses : actions/upload-artifact@v7
408408 if : ${{ !cancelled() }}
409409 with :
410410 name : docker-integration-junit
Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ jobs:
102102 CI : true
103103
104104 - name : Upload Playwright report
105- uses : actions/upload-artifact@v4
105+ uses : actions/upload-artifact@v7
106106 if : ${{ !cancelled() }}
107107 with :
108108 name : playwright-report
109109 path : playwright-report/
110110 retention-days : 14
111111
112112 - name : Upload test results
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v7
114114 if : ${{ !cancelled() }}
115115 with :
116116 name : test-results
You can’t perform that action at this time.
0 commit comments