Update github-actions to v6.0.2

This commit is contained in:
renovate[bot] 2026-06-07 05:14:21 +00:00 committed by GitHub
parent 7f308faee2
commit 9d36f919c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ jobs:
- name: Upload test results to Codecov.io
if: ${{ !cancelled() }}
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
report_type: test_results
@ -235,7 +235,7 @@ jobs:
- name: Upload code coverage data to Codecov.io
if: ${{ !cancelled() }}
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
report_type: coverage