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 7d2ddbd + 0bb86d1 commit c30691fCopy full SHA for c30691f
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
cache: maven
40
- name: Build with Maven
41
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} clean verify
42
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
43
if: failure()
44
with:
45
name: surefire-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.container }}
0 commit comments