Skip to content

Commit f300fb9

Browse files
Update github-actions to v6.0.2
1 parent 49c244f commit f300fb9

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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
443+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
452+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
453453
with:
454454
token: ${{ secrets.CODECOV_TOKEN }}
455455
report_type: coverage

0 commit comments

Comments
 (0)