Skip to content

Commit 5fe5d39

Browse files
authored
Merge pull request #1 from flashcatcloud/dependabot/github_actions/codecov/codecov-action-5
chore(ci): bump codecov/codecov-action from 4 to 5
2 parents 4d98e9d + cd1ca90 commit 5fe5d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

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

3535
- name: Upload coverage
3636
if: matrix.os == 'ubuntu-latest'
37-
uses: codecov/codecov-action@v4
37+
uses: codecov/codecov-action@v5
3838
with:
3939
files: coverage.out
4040
fail_ci_if_error: false

0 commit comments

Comments
 (0)