Skip to content

Commit

Permalink
fix EnricoMi/publish-unit-test-result-action@v1 -> v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenwezel committed Nov 4, 2024
1 parent 4db0d20 commit da3043b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# if: always() #&& startsWith(matrix.os, 'ubuntu') #&& github.event_name != 'pull_request'

- name: Unit Test Results (Linux)
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always() && startsWith(matrix.os, 'ubuntu')
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit da3043b

Please sign in to comment.