Skip to content

Commit 2edc9fd

Browse files
Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#178)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e571530 commit 2edc9fd

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
@@ -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)