Skip to content

Commit ef8a650

Browse files
Bump actions/upload-artifact from 4 to 5 (cylc#2344) [skip ci]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba4a565 commit ef8a650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
yarn run coverage:unit
4545
4646
- name: Upload coverage artifact
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
with:
4949
name: coverage_unit
5050
path: coverage/clover.xml
@@ -101,14 +101,14 @@ jobs:
101101
browser: ${{ matrix.browser }}
102102

103103
- name: Upload screenshots
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v5
105105
if: failure()
106106
with:
107107
name: 'cypress-screenshots_${{ matrix.browser }}_${{ matrix.os }}'
108108
path: tests/e2e/screenshots
109109

110110
- name: Upload coverage artifact
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v5
112112
with:
113113
name: 'coverage_${{ matrix.browser }}_${{ matrix.os }}'
114114
path: coverage/lcov.info

0 commit comments

Comments
 (0)