Skip to content

Commit ae65f66

Browse files
Update github-actions to v6.0.2
1 parent 67acf83 commit ae65f66

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
@@ -437,7 +437,7 @@ jobs:
437437

438438
- name: Upload test results to Codecov.io
439439
if: ${{ !cancelled() }}
440-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
440+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
441441
with:
442442
token: ${{ secrets.CODECOV_TOKEN }}
443443
report_type: test_results
@@ -446,7 +446,7 @@ jobs:
446446

447447
- name: Upload code coverage data to Codecov.io
448448
if: ${{ !cancelled() }}
449-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
449+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
450450
with:
451451
token: ${{ secrets.CODECOV_TOKEN }}
452452
report_type: coverage

0 commit comments

Comments
 (0)