Skip to content

Commit b9261b6

Browse files
chore(deps): update codecov/codecov-action action to v6.0.1 (#1322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 532d55d commit b9261b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/verifications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ jobs:
7979
run: pnpm run test:ci
8080

8181
- name: Upload tests coverage report
82-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
82+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
8383
if: ${{ !cancelled() && github.event.action != 'closed' }}
8484
with:
8585
use_oidc: true
8686
report_type: 'coverage'
8787

8888
- name: Upload tests result report
89-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
89+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
9090
if: ${{ !cancelled() && github.event.action != 'closed' }}
9191
with:
9292
use_oidc: true

0 commit comments

Comments
 (0)