Skip to content

Commit

Permalink
CI: update to codecov/codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Feb 9, 2024
1 parent ba3ca01 commit 8b8d7c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
uses: julia-actions/julia-processcoverage@v1
- name: "Upload coverage data to Codecov"
continue-on-error: true
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

docs:
name: Documentation
Expand Down

0 comments on commit 8b8d7c3

Please sign in to comment.