Skip to content

Commit 1ff619b

Browse files
chore(deps): update codecov/codecov-action action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6b9d57 commit 1ff619b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blockchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
# TODO: figure out if we need a token
201201
- name: Upload coverage to codecov
202202
if: always()
203-
uses: codecov/codecov-action@v4
203+
uses: codecov/codecov-action@v5
204204
- name: Fail if there are failed tests
205205
if: steps.unit-tests-summary.outputs.failed > 0
206206
run: |

0 commit comments

Comments
 (0)