Skip to content

Commit

Permalink
build: Use latest test-reporting action
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Jan 20, 2025
1 parent d7b4b4a commit 301cb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
#Requires permissions.checks: write
- name: Publish test results
if: ${{ inputs.output-test-results && always() }}
uses: phoenix-actions/test-reporting@v10
uses: phoenix-actions/test-reporting@v15
with:
name: Test results
path: ${{ inputs.test-results-file-pattern }}
Expand Down

0 comments on commit 301cb8c

Please sign in to comment.