Skip to content

Commit 36d8f8c

Browse files
Merge remote-tracking branch 'origin/dependabot/github_actions/codecov/codecov-action-5'
2 parents 6686af3 + 6e47044 commit 36d8f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go tool cover -html=coverage.out -o coverage.html
3333

3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v4
35+
uses: codecov/codecov-action@v5
3636
continue-on-error: true
3737
with:
3838
file: ./coverage.out

0 commit comments

Comments
 (0)