Skip to content

Commit e7aac21

Browse files
chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#2358)
1 parent 06a3dcf commit e7aac21

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@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
93+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
9494
with:
9595
token: ${{ secrets.CODECOV_TOKEN }}
9696
directory: packages/${{ matrix.package }}/coverage

0 commit comments

Comments
 (0)