Skip to content

Commit 22c09cc

Browse files
Merge pull request #850 from greenbone/dependabot/github_actions/github-actions-d109cd9e8b
Build(deps): Bump codecov/codecov-action from 4 to 5 in the github-actions group
2 parents b9aa11d + b015cb4 commit 22c09cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-c.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
make tests
4545
CTEST_OUTPUT_ON_FAILURE=1 make test
4646
- name: Upload test coverage to Codecov
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4848
with:
4949
file: build/coverage/coverage.xml
5050
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)