Skip to content

Commit

Permalink
Merge pull request #442 from step-security/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…step-security/publish-unit-test-result-action-2

Bump step-security/publish-unit-test-result-action from 1 to 2
  • Loading branch information
varunsh-coder committed Jul 23, 2024
2 parents d7cf128 + f2823ee commit 8e7dd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: npm test -- --coverage
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
- name: Publish Test Results
uses: step-security/publish-unit-test-result-action@v1
uses: step-security/publish-unit-test-result-action@v2
if: always()
with:
files: |
Expand Down

0 comments on commit 8e7dd2c

Please sign in to comment.