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 21, 2025
1 parent 2ab223b commit 6b51ef6
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 6b51ef6

Please sign in to comment.