Skip to content

Commit dae0ed2

Browse files
build(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.0 (#56)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6031045 commit dae0ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: find_coverage
5252
run: echo "FILES=$(find . -name 'coverage.txt' | paste -sd ',' -)" >> $GITHUB_ENV
5353
- name: Upload coverage to codecov.io
54-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
54+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
5555
with:
5656
files: ${FILES}
5757
env:

0 commit comments

Comments
 (0)