Skip to content

Commit 70e4389

Browse files
chore(deps): update codecov/codecov-action action to v6
1 parent fae53c1 commit 70e4389

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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
82+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
89+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
9090
if: ${{ !cancelled() && github.event.action != 'closed' }}
9191
with:
9292
use_oidc: true

0 commit comments

Comments
 (0)