Skip to content

Commit f6534a6

Browse files
authored
Merge pull request #2052 from urfave/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents ef1f2d8 + 7562b6b commit f6534a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: make v3diff
5454

5555
- if: success() && matrix.go == 'stable' && matrix.os == 'ubuntu-latest'
56-
uses: codecov/codecov-action@v4
56+
uses: codecov/codecov-action@v5
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
fail_ci_if_error: true

0 commit comments

Comments
 (0)