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 8eebcab commit f8a43d9Copy full SHA for f8a43d9
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
if: ${{ always() }}
72
73
- name: Publish Unit Test Results
74
- uses: EnricoMi/publish-unit-test-result-action@v1
+ uses: EnricoMi/publish-unit-test-result-action@v2
75
with:
76
files: python_junit.xml
77
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments