Skip to content

Commit 837e13d

Browse files
Bump actions/download-artifact from 4.2.1 to 5.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...634f93c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e84642 commit 837e13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup LCOV
9595
uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470
9696
- name: Download code coverage from GitHub
97-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
97+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
9898
with:
9999
path: coverage
100100
pattern: code-coverage-*

0 commit comments

Comments
 (0)