Skip to content

Commit 4ac6b31

Browse files
dependabot[bot]DilumAluthgegiordano
authored
Bump codecov/codecov-action from 3 to 5 (#57)
* Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review Co-authored-by: Mosè Giordano <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dilum Aluthge <[email protected]> Co-authored-by: Mosè Giordano <[email protected]>
1 parent fdc6cd6 commit 4ac6b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868

6969
- uses: julia-actions/julia-processcoverage@v1
7070

71-
- uses: codecov/codecov-action@v3
71+
- uses: codecov/codecov-action@v5
7272
with:
73-
file: lcov.info
73+
files: lcov.info
7474

7575
- name: Verify that test output file exists
7676
run: test -f "$HOME/julia-buildpkg"

0 commit comments

Comments
 (0)