Skip to content

Commit b294d7b

Browse files
Bump codecov/codecov-action from 5.3.1 to 5.4.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0. - [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.3.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22f7dbd commit b294d7b

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
@@ -280,7 +280,7 @@ jobs:
280280
281281
- name: Upload code coverage report
282282
if: ${{ matrix.coverage }}
283-
uses: codecov/codecov-action@v5.3.1
283+
uses: codecov/codecov-action@v5.4.0
284284
with:
285285
directory: build/logs
286286
flags: unit
@@ -411,7 +411,7 @@ jobs:
411411
412412
- name: Upload code coverage report
413413
if: ${{ matrix.coverage }}
414-
uses: codecov/codecov-action@v5.3.1
414+
uses: codecov/codecov-action@v5.4.0
415415
with:
416416
# Because somehow providing `directory: build/logs` doesn't work for these files
417417
files: ${{ steps.coverage_files.outputs.files }}

0 commit comments

Comments
 (0)