Skip to content

Commit 893264d

Browse files
authored
Merge pull request #213 from slok/dependabot/github_actions/codecov/codecov-action-5.1.1
Bump codecov/codecov-action from 4.6.0 to 5.1.1
2 parents f2684b2 + 8f803d6 commit 893264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
go-version-file: go.mod
2626
- run: make ci-test
27-
- uses: codecov/codecov-action@v4.6.0
27+
- uses: codecov/codecov-action@v5.1.1
2828
with:
2929
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
3030
file: ./.test_coverage.txt

0 commit comments

Comments
 (0)