Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 21ab98e commit 7d7ecae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Test
run: make test
- name: Report coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: 0e521354-90f7-4a17-a876-73ca69b59cb5
- name: Disallow generated drift
run: |
set -o errexit
Expand Down

0 comments on commit 7d7ecae

Please sign in to comment.