Skip to content

Commit

Permalink
Merge pull request #18 from mrazomej/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5.0.2

Bump codecov/codecov-action from 4.6.0 to 5.0.2
  • Loading branch information
mrazomej authored Nov 18, 2024
2 parents caf87f6 + fb891d5 commit 166fd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
if: contains(fromJson('["1", "1.9"]'), matrix.version) && matrix.os == 'ubuntu-latest'
continue-on-error: false
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
if: contains(fromJson('["1", "1.9"]'), matrix.version) && matrix.os == 'ubuntu-latest'
with:
file: lcov.info
Expand Down

0 comments on commit 166fd8e

Please sign in to comment.