Skip to content

Commit 905f575

Browse files
dependabot[bot]ansasaki
authored andcommitted
build(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3040cc commit 905f575

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/submit-HEAD-coverage.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
- name: List downloaded files.
2626
run: ls
2727
- name: Upload e2e_coverage report to Codecov with GitHub Action.
28-
uses: codecov/codecov-action@v4
28+
uses: codecov/codecov-action@v5
2929
env:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3131
with:
3232
files: e2e_coverage.txt
3333
flags: e2e-testsuite
3434
- name: Upload upstream_coverage report to Codecov with GitHub Action.
35-
uses: codecov/codecov-action@v4
35+
uses: codecov/codecov-action@v5
3636
env:
3737
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3838
with:

.github/workflows/submit-PR-coverage.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
- name: List downloaded files.
2121
run: ls
2222
- name: Upload e2e_coverage.txt report to Codecov with GitHub Action.
23-
uses: codecov/codecov-action@v4
23+
uses: codecov/codecov-action@v5
2424
env:
2525
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2626
with:
2727
files: scripts/e2e_coverage.txt
2828
flags: e2e-testsuite
2929
- name: Upload upstream_coverage.xml report to Codecov with GitHub Action.
30-
uses: codecov/codecov-action@v4
30+
uses: codecov/codecov-action@v5
3131
env:
3232
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3333
with:

0 commit comments

Comments
 (0)