We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a978aa0 + 030a6dd commit 93e943bCopy full SHA for 93e943b
1 file changed
.github/workflows/maven.yml
@@ -37,7 +37,7 @@ jobs:
37
java-version: ${{ matrix.jdk-version }}
38
- name: Build with Maven Java ${{ matrix.java }}
39
run: mvn -s .m2-settings.xml -B -fae clean install
40
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
41
if: failure()
42
with:
43
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
0 commit comments