Skip to content

Commit

Permalink
codecov: update to v3 action
Browse files Browse the repository at this point in the history
v1 is deprecated and no longer works. Update to v3.

Fixes lestrrat-go#743
  • Loading branch information
imirkin committed Jul 19, 2022
1 parent 851d370 commit ea29781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -49,9 +49,9 @@ jobs:
run: make cover-${{ matrix.go_tags }}
- name: Upload code coverage to codecov
if: matrix.go == '1.18'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.out
files: ./coverage.out
- name: Check difference between generation code and commit code
run: make check_diffs

0 comments on commit ea29781

Please sign in to comment.