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 @@ -113,7 +113,7 @@ jobs:
113113 # so that it can be shared with the 'codecov' job (see below)
114114 # NOTE: Angular CLI only supports code coverage for specs. See https://github.com/angular/angular-cli/issues/6286
115115 - name : Upload code coverage report to Artifact
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@v7
117117 if : matrix.node-version == '20.x'
118118 with :
119119 name : coverage-report-${{ matrix.node-version }}
@@ -155,7 +155,7 @@ jobs:
155155 # Cypress always creates a video of all e2e tests (whether they succeeded or failed)
156156 # Save those in an Artifact
157157 - name : Upload e2e test videos to Artifacts
158- uses : actions/upload-artifact@v4
158+ uses : actions/upload-artifact@v7
159159 if : always()
160160 with :
161161 name : e2e-test-videos-${{ matrix.node-version }}
@@ -164,7 +164,7 @@ jobs:
164164 # If e2e tests fail, Cypress creates a screenshot of what happened
165165 # Save those in an Artifact
166166 - name : Upload e2e test failure screenshots to Artifacts
167- uses : actions/upload-artifact@v4
167+ uses : actions/upload-artifact@v7
168168 if : failure()
169169 with :
170170 name : e2e-test-screenshots-${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments