Skip to content

Commit fe7c4ec

Browse files
authored
Merge pull request DSpace#5256 from DSpace/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents 026fadd + f98ea3f commit fe7c4ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)