chore(deps): update codecov/codecov-action action to v4

This commit is contained in:
renovate[bot] 2024-07-08 08:11:26 +00:00 committed by Jan O. Rundshagen
parent 22d54354d0
commit 2c0dbd99c1
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ jobs:
run: |
go test -v -coverprofile coverage.out -covermode atomic ./...
- name: Publish coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
build:

View file

@ -30,7 +30,7 @@ jobs:
- name: Test
run: go test -v -coverprofile coverage.out -covermode atomic ./...
- name: Publish coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
publish: