Skip to content

Commit 90b6b81

Browse files
Update github-actions to v7
1 parent a8c3aa1 commit 90b6b81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ jobs:
440440

441441
- name: Upload test results to Codecov.io
442442
if: ${{ !cancelled() }}
443-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
443+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
444444
with:
445445
token: ${{ secrets.CODECOV_TOKEN }}
446446
report_type: test_results
@@ -449,7 +449,7 @@ jobs:
449449

450450
- name: Upload code coverage data to Codecov.io
451451
if: ${{ !cancelled() }}
452-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
452+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
453453
with:
454454
token: ${{ secrets.CODECOV_TOKEN }}
455455
report_type: coverage

0 commit comments

Comments
 (0)