Skip to content

Commit 0229616

Browse files
Merge pull request #25 from eliashaeussler/dependabot/github_actions/develop/codecov/codecov-action-3
[TASK]: Bump codecov/codecov-action from 2 to 3
2 parents 01e7d10 + 9d7da27 commit 0229616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
${{ github.workspace }}/.Build/log/coverage/clover.xml:clover
7676
if: ${{ matrix.coverage }}
7777
- name: codecov report
78-
uses: codecov/codecov-action@v2
78+
uses: codecov/codecov-action@v3
7979
with:
8080
directory: .Build/log/coverage
8181
fail_ci_if_error: true

0 commit comments

Comments
 (0)