Skip to content

Commit 45c12ab

Browse files
authored
Merge pull request #353 from michimani/renovate/codecov-codecov-action-6.x
chore(deps): update codecov/codecov-action action to v6
2 parents 2ff738d + 9598d69 commit 45c12ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/onlytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: go test -race -coverprofile="coverage.txt" -covermode=atomic github.com/michimani/gotwi/... -shuffle=on
3636

3737
- name: Upload code coverage to Codecov
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v6
3939
with:
4040
fail_ci_if_error: true
4141
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)