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.
1 parent d7cf128 commit f2823eeCopy full SHA for f2823ee
.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