Update github-actions to v6.0.2

This commit is contained in:
renovate[bot] 2026-06-07 08:28:37 +00:00
parent 505a8445d4
commit b4f8720d9f
1 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,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
@ -236,7 +236,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