Skip to content

Commit

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

Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • Loading branch information
mrazomej authored Oct 7, 2024
2 parents 5fe0af7 + 44e7457 commit caf87f6
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.5.0
- uses: codecov/codecov-action@v4.6.0
if: contains(fromJson('["1", "1.9"]'), matrix.version) && matrix.os == 'ubuntu-latest'
with:
file: lcov.info
Expand Down

0 comments on commit caf87f6

Please sign in to comment.