Skip to content

Commit c70ec9c

Browse files
Update github-actions to v6.0.2
1 parent d00f59d commit c70ec9c

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
@@ -435,7 +435,7 @@ jobs:
435435

436436
- name: Upload test results to Codecov.io
437437
if: ${{ !cancelled() }}
438-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
438+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
439439
with:
440440
token: ${{ secrets.CODECOV_TOKEN }}
441441
report_type: test_results
@@ -444,7 +444,7 @@ jobs:
444444

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

0 commit comments

Comments
 (0)