Skip to content

Commit e9dc31b

Browse files
chore: Bump actions/upload-artifact from 4 to 5
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]>
1 parent ff3b944 commit e9dc31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
flow-version: 'main'
4949
id: unit-tests
5050
- name: Upload unit test coverage
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: unit-coverage
5454
path: unit-coverage.out
@@ -73,7 +73,7 @@ jobs:
7373
}
7474
id: e2e-tests
7575
- name: Upload E2E test coverage
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: e2e-coverage
7979
path: e2e-coverage.out

0 commit comments

Comments
 (0)