We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a32b2 commit b6453b7Copy full SHA for b6453b7
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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
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