We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3508abe + 436db0d commit a10c4d5Copy full SHA for a10c4d5
1 file changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
cache: maven
48
- name: Build with Maven
49
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} clean verify
50
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
51
if: failure()
52
with:
53
name: surefire-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.container }}
0 commit comments