Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action v3 to v4 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen authored Apr 13, 2024
1 parent edcf58f commit d318bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
run: make test/ci
- name: Upload cmd coverage
if: matrix.os == 'ubuntu-latest' && startsWith(matrix.go-version, 'stable')
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage-cmd.out
flags: cmd
fail_ci_if_error: true
- name: Upload module coverage
if: matrix.os == 'ubuntu-latest' && startsWith(matrix.go-version, 'stable')
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage-module.out
Expand Down

0 comments on commit d318bb4

Please sign in to comment.