Skip to content

Commit

Permalink
Update codecov/codecov-action action to v3 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 5, 2022
1 parent 4d834a7 commit 5fe07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: go test -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic .
shell: bash
- name: Upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 5fe07ca

Please sign in to comment.