Skip to content

Commit 543784c

Browse files
authored
Merge pull request #50 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-7
chore(deps): bump codecov/codecov-action from 6 to 7
2 parents e45cdc4 + 0ef26c8 commit 543784c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run golang tests with coverage on Linux
4848
run: make test_coverage
4949

50-
- uses: codecov/codecov-action@v6 # Docs: <https://github.com/codecov/codecov-action>
50+
- uses: codecov/codecov-action@v7 # Docs: <https://github.com/codecov/codecov-action>
5151
with:
5252
files: ./coverage-ci/summary.txt
5353
fail_ci_if_error: false

0 commit comments

Comments
 (0)