Skip to content

Commit f235a99

Browse files
🌱 Bump codecov/codecov-action from 5.4.3 to 5.5.0 (#2155)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.4.3...v5.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fbe341 commit f235a99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: e2e-artifacts
4242
path: /tmp/artifacts/
4343

44-
- uses: codecov/codecov-action@v5.4.3
44+
- uses: codecov/codecov-action@v5.5.0
4545
with:
4646
disable_search: true
4747
files: coverage/e2e.out
@@ -68,7 +68,7 @@ jobs:
6868
name: experimental-e2e-artifacts
6969
path: /tmp/artifacts/
7070

71-
- uses: codecov/codecov-action@v5.4.3
71+
- uses: codecov/codecov-action@v5.5.0
7272
with:
7373
disable_search: true
7474
files: coverage/experimental-e2e.out

.github/workflows/test-regression.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
make test-regression
2525
26-
- uses: codecov/codecov-action@v5.4.3
26+
- uses: codecov/codecov-action@v5.5.0
2727
with:
2828
disable_search: true
2929
files: coverage/regression.out

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
make test-unit
2525
26-
- uses: codecov/codecov-action@v5.4.3
26+
- uses: codecov/codecov-action@v5.5.0
2727
with:
2828
disable_search: true
2929
files: coverage/unit.out

0 commit comments

Comments
 (0)