File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
5555 with :
5656 report_paths : " **/build/test-results/test/TEST-*.xml"
5757 - name : Upload build artifacts
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : build-artifacts
6161 path : " **/build/reports"
6262 - name : Store Buildscan URL
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : build-scan
6666 path : " buildscan.log"
@@ -95,14 +95,14 @@ jobs:
9595 component : true
9696
9797 - name : Archive test screenshots
98- uses : actions/upload-artifact@v3
98+ uses : actions/upload-artifact@v4
9999 if : failure()
100100 with :
101101 name : cypress-screenshots
102102 path : ui/cypress/screenshots
103103
104104 - name : Archive test videos
105- uses : actions/upload-artifact@v3
105+ uses : actions/upload-artifact@v4
106106 if : always()
107107 with :
108108 name : cypress-videos
You can’t perform that action at this time.
0 commit comments