We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9996954 commit 76e61a4Copy full SHA for 76e61a4
.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
36
java-version: ${{ matrix.java }}
37
- name: Build with Maven Java ${{ matrix.java }}
38
run: mvn -s .m2-settings.xml -B -fae clean install
39
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
40
if: failure()
41
with:
42
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
0 commit comments