Skip to content

Commit

Permalink
use codecov@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Aug 13, 2024
1 parent b8898b4 commit 3019ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: curl -X POST --data-binary @codecov.yml https://codecov.io/validate
- if: ${{ matrix.upload-coverage }}
name: upload code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.txt
Expand Down

0 comments on commit 3019ded

Please sign in to comment.