Skip to content

Commit fe4e44e

Browse files
Bump codecov/codecov-action from 4 to 5 (#55)
Co-authored-by: David Widmann <[email protected]>
1 parent beb5746 commit fe4e44e

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
@@ -52,12 +52,12 @@ jobs:
5252
coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
5353
- uses: julia-actions/julia-processcoverage@v1
5454
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
55-
- uses: codecov/codecov-action@v4
55+
- uses: codecov/codecov-action@v5
5656
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
5757
with:
5858
fail_ci_if_error: true
5959
token: ${{ secrets.CODECOV_TOKEN }}
60-
file: lcov.info
60+
files: lcov.info
6161
docs:
6262
name: Documentation
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)