Skip to content

Commit 582a099

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

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@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
54+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
5555
with:
5656
files: ${FILES}
5757
env:

0 commit comments

Comments
 (0)