1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-06 00:26:11 +02:00

chore(deps): bump codecov/codecov-action from 3 to 4 (#781)

This commit is contained in:
dependabot[bot] 2024-02-01 14:41:29 +00:00 committed by GitHub
parent 0000c30be9
commit e0761b58cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ jobs:
- run: task setup
- name: test
run: ./scripts/test.sh test ${{ matrix.os }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: matrix.os == 'ubuntu-latest'
with:
token: ${{ secrets.CODECOV_TOKEN }}