Skip to content

Commit c2079b5

Browse files
Bump codecov/codecov-action from 4 to 5 (#46)
Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5315d0d commit c2079b5

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
@@ -34,10 +34,10 @@ jobs:
3434
- uses: julia-actions/julia-buildpkg@v1
3535
- uses: julia-actions/julia-runtest@v1
3636
- uses: julia-actions/julia-processcoverage@v1
37-
- uses: codecov/codecov-action@v4
37+
- uses: codecov/codecov-action@v5
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
40-
file: lcov.info
40+
files: lcov.info
4141
docs:
4242
name: Documentation
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)