Skip to content

Commit 9e986df

Browse files
Bump codecov/codecov-action from 5.5.1 to 5.5.2
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>
1 parent e571530 commit 9e986df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
336336
- name: Upload code coverage report
337337
if: ${{ matrix.coverage }}
338-
uses: codecov/codecov-action@v5.5.1
338+
uses: codecov/codecov-action@v5.5.2
339339
with:
340340
directory: build/logs
341341
flags: unit
@@ -496,7 +496,7 @@ jobs:
496496
497497
- name: Upload code coverage report
498498
if: ${{ matrix.coverage }}
499-
uses: codecov/codecov-action@v5.5.1
499+
uses: codecov/codecov-action@v5.5.2
500500
with:
501501
# Because somehow providing `directory: build/logs` doesn't work for these files
502502
files: ${{ steps.coverage_files.outputs.files }}

0 commit comments

Comments
 (0)