Skip to content

Commit 2092ee9

Browse files
🌱 Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#1919)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. - [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.0...v5.4.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b3b01b commit 2092ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yaml

+1-1
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/[email protected].0
44+
- uses: codecov/[email protected].2
4545
with:
4646
disable_search: true
4747
files: coverage/e2e.out

.github/workflows/unit-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
make test-unit
2525
26-
- uses: codecov/[email protected].0
26+
- uses: codecov/[email protected].2
2727
with:
2828
disable_search: true
2929
files: coverage/unit.out

0 commit comments

Comments
 (0)