Skip to content

Commit c4eb0dc

Browse files
Bump codecov/codecov-action from 5.4.0 to 5.4.2
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] <support@github.com>
1 parent 23db769 commit c4eb0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
298298
- name: Upload code coverage report
299299
if: ${{ matrix.coverage }}
300-
uses: codecov/codecov-action@v5.4.0
300+
uses: codecov/codecov-action@v5.4.2
301301
with:
302302
directory: build/logs
303303
flags: unit
@@ -439,7 +439,7 @@ jobs:
439439
440440
- name: Upload code coverage report
441441
if: ${{ matrix.coverage }}
442-
uses: codecov/codecov-action@v5.4.0
442+
uses: codecov/codecov-action@v5.4.2
443443
with:
444444
# Because somehow providing `directory: build/logs` doesn't work for these files
445445
files: ${{ steps.coverage_files.outputs.files }}

0 commit comments

Comments
 (0)