Skip to content

Commit f98ea3f

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d52bc29 commit f98ea3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)