Skip to content

Commit 6631f07

Browse files
Bump codecov/codecov-action from 4 to 5 (#396)
* Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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@v4...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]> * `file` -> `files` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jishnu Bhattacharya <[email protected]>
1 parent 10816ca commit 6631f07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: julia-actions/julia-buildpkg@v1
5858
- uses: julia-actions/julia-runtest@v1
5959
- uses: julia-actions/julia-processcoverage@v1
60-
- uses: codecov/codecov-action@v4
60+
- uses: codecov/codecov-action@v5
6161
with:
6262
token: ${{ secrets.CODECOV_TOKEN }}
63-
file: lcov.info
63+
files: lcov.info

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
exit(0) # Exit immediately, as a success
8080
end
8181
- uses: julia-actions/julia-processcoverage@v1
82-
- uses: codecov/codecov-action@v4
82+
- uses: codecov/codecov-action@v5
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
files: lcov.info

0 commit comments

Comments
 (0)