Skip to content

Commit eb78acc

Browse files
chore(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#2386)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Brooks <[email protected]>
1 parent 1015a50 commit eb78acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
files: packages/${{ matrix.package }}/coverage/lcov.info
9191
- name: Upload code coverage
9292
if: matrix.node-version == '22.x' && matrix.os == 'ubuntu-latest' && steps.check_coverage.outputs.files_exists == 'true'
93-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
93+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
9494
with:
9595
token: ${{ secrets.CODECOV_TOKEN }}
9696
directory: packages/${{ matrix.package }}/coverage

0 commit comments

Comments
 (0)