Skip to content

Commit 5aa0aec

Browse files
committed
Update github-actions to v7
1 parent 07c9275 commit 5aa0aec

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
@@ -439,7 +439,7 @@ jobs:
439439

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

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

0 commit comments

Comments
 (0)