Skip to content

Commit 9474654

Browse files
chore(deps): update codecov/codecov-action action to v6 (#303)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 81732e5 commit 9474654

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecov-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Run tests and collect coverage
1717
run: make test
1818
- name: Upload Codecov Report
19-
uses: codecov/codecov-action@v4
19+
uses: codecov/codecov-action@v6
2020
with:
2121
fail_ci_if_error: true
2222
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run tests and collect coverage
5656
run: make test
5757
- name: Upload codecov report
58-
uses: codecov/codecov-action@v3.1.1
58+
uses: codecov/codecov-action@v6.0.1
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
flags: unit-tests

0 commit comments

Comments
 (0)