Skip to content

Commit 70e4514

Browse files
authored
Merge pull request #20 from REChain-Network-Solutions/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 3 to 5
2 parents bd72a49 + 9bc3c2c commit 70e4514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Upload coverage
8484
if: steps.check_component.outputs.exists == 'true' && always()
85-
uses: codecov/codecov-action@v3
85+
uses: codecov/codecov-action@v5
8686
with:
8787
file: ./${{ matrix.component }}/coverage.out
8888
flags: ${{ matrix.component }}

0 commit comments

Comments
 (0)