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 cd77a0b commit ec78115Copy full SHA for ec78115
.github/workflows/build_and_test.yml
@@ -126,7 +126,7 @@ jobs:
126
# into a separate job (or, otherwise, we'd need to upload the content
127
# of the whole `.git` folder as an artifact).
128
- name: JUnit Tests (dorny/test-reporter@v1)
129
- uses: dorny/test-reporter@v1
+ uses: dorny/test-reporter@v2
130
if: ${{ always() }}
131
with:
132
name: JUnit Tests (${{ runner.os }}, dorny/test-reporter@v1)
@@ -192,7 +192,7 @@ jobs:
192
pull-requests: write
193
194
steps:
195
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
196
197
198
name: xml-test-reports-${{ runner.os }}
0 commit comments