Skip to content

Commit b515cd4

Browse files
🌱 Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#2412)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.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.5.1...v5.5.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ae294a commit b515cd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: ${{ matrix.test.name }}-artifacts
6666
path: /tmp/artifacts/
6767

68-
- uses: codecov/codecov-action@v5.5.1
68+
- uses: codecov/codecov-action@v5.5.2
6969
if: matrix.test.use-codecov == true
7070
with:
7171
disable_search: true

.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.5.1
26+
- uses: codecov/codecov-action@v5.5.2
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.5.1
26+
- uses: codecov/codecov-action@v5.5.2
2727
with:
2828
disable_search: true
2929
files: coverage/unit.out

0 commit comments

Comments
 (0)