Skip to content

Commit ca9e3a7

Browse files
authored
Merge pull request #138 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-7
build(deps): bump codecov/codecov-action from 6 to 7
2 parents 2a344e2 + fd9a8a3 commit ca9e3a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
mv summary.filtered.txt summary.txt
112112
113113
- name: upload to codecov
114-
uses: codecov/codecov-action@v6 # Docs: <https://github.com/codecov/codecov-action>
114+
uses: codecov/codecov-action@v7 # Docs: <https://github.com/codecov/codecov-action>
115115
with:
116116
token: ${{ secrets.CODECOV_TOKEN }}
117117
files: summary.txt

0 commit comments

Comments
 (0)