Skip to content

Commit

Permalink
chore: upgrade codecov-action to v4 (#225)
Browse files Browse the repository at this point in the history
* chore: upgrade codecov-action to v4

* add missing matrix check
  • Loading branch information
gvicentin authored May 2, 2024
1 parent 59bdc44 commit 49fe5b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
shell: bash

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
if: matrix.os == 'ubuntu-latest'
with:
token: ${{ secrets.CODECOV_TOKEN }}

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 49fe5b7

Please sign in to comment.