We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f95e05 + 8e7dd2c commit 1938ffcCopy full SHA for 1938ffc
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: npm test -- --coverage
40
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
41
- name: Publish Test Results
42
- uses: step-security/publish-unit-test-result-action@v1
+ uses: step-security/publish-unit-test-result-action@v2
43
if: always()
44
with:
45
files: |
0 commit comments