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.
1 parent f552c39 commit c672f6cCopy full SHA for c672f6c
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
if: matrix.os == 'windows-latest'
51
run: git config --system core.longpaths true
52
53
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
54
if: failure()
55
with:
56
name: java-${{ matrix.java }}-${{ matrix.os }}-test-report
0 commit comments