Skip to content

Commit 944b7d1

Browse files
chore(deps): update codecov/codecov-action action to v7
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 7b2684b commit 944b7d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
--cov-branch
8787
8888
- name: Upload coverage to Codecov
89-
uses: codecov/codecov-action@v5
89+
uses: codecov/codecov-action@v7
9090
with:
9191
use_oidc: true
9292
file: ./coverage.xml

.github/workflows/unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-v
4545
4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v5
47+
uses: codecov/codecov-action@v7
4848
with:
4949
use_oidc: true
5050
file: ./coverage.xml

0 commit comments

Comments
 (0)