Skip to content

Commit 5f45c11

Browse files
authored
Merge pull request #4 from git-pkgs/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 210f3b4 + 02ba24e commit 5f45c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Upload coverage
3131
if: matrix.go-version == '1.23'
32-
uses: codecov/codecov-action@v4
32+
uses: codecov/codecov-action@v5
3333
with:
3434
files: coverage.out
3535
fail_ci_if_error: false

0 commit comments

Comments
 (0)