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.
2 parents 16b0109 + 35c1770 commit 283e7eaCopy full SHA for 283e7ea
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }}
44
run: |
45
mvn clean install -U -B -fae
46
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
47
if: failure()
48
with:
49
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -68,7 +68,7 @@ jobs:
68
69
mvn clean install -U -B
70
mvn test -Dlegacy.test
71
72
73
74
name: legacy-surefire-reports-${{ matrix.java }}
0 commit comments