Skip to content

Commit

Permalink
Merge pull request #7 from mrazomej/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4.3.1

Bump codecov/codecov-action from 4.0.1 to 4.3.1
  • Loading branch information
mrazomej authored May 6, 2024
2 parents da0c929 + 7889fc1 commit 1fde915
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: true
- uses: codecov/codecov-action@v4.0.1
- uses: codecov/codecov-action@v4.3.1
if: contains(fromJson('["1", "1.9"]'), matrix.version) && matrix.os == 'ubuntu-latest'
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1fde915

Please sign in to comment.