We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae53c1 commit 70e4389Copy full SHA for 70e4389
1 file changed
.github/workflows/verifications.yml
@@ -79,14 +79,14 @@ jobs:
79
run: pnpm run test:ci
80
81
- name: Upload tests coverage report
82
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
83
if: ${{ !cancelled() && github.event.action != 'closed' }}
84
with:
85
use_oidc: true
86
report_type: 'coverage'
87
88
- name: Upload tests result report
89
90
91
92
0 commit comments