Skip to content

Commit b6453b7

Browse files
chore(deps): update codecov/codecov-action action to v6.0.2
1 parent 38a32b2 commit b6453b7

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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
82+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
89+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
9090
if: ${{ !cancelled() && github.event.action != 'closed' }}
9191
with:
9292
use_oidc: true

0 commit comments

Comments
 (0)