Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 4, 2024
1 parent 3048ebc commit 8dfa994
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@ jobs:
coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
- uses: julia-actions/julia-processcoverage@v1
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
with:
file: lcov.info
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: coverallsapp/github-action@v2
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
with:
Expand Down

0 comments on commit 8dfa994

Please sign in to comment.