Skip to content

Commit 9f95cfb

Browse files
dependabot[bot]quinnjinkydragon
authored
Bump codecov/codecov-action from 4 to 5 (#1149)
* 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]> * Update .github/workflows/ci.yml Co-authored-by: Chengyu Han <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Quinn <[email protected]> Co-authored-by: Chengyu Han <[email protected]>
1 parent 8207959 commit 9f95cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- uses: julia-actions/julia-buildpkg@v1
6060
- uses: julia-actions/julia-runtest@v1
6161
- uses: julia-actions/julia-processcoverage@v1
62-
- uses: codecov/codecov-action@v4
62+
- uses: codecov/codecov-action@v5
6363
with:
64-
file: lcov.info
64+
files: lcov.info
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666

6767
docs:

0 commit comments

Comments
 (0)