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 1ec0b9d commit b4590e2Copy full SHA for b4590e2
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
50
# Upload test artifact
51
- name: Upload test output
52
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
53
if: ${{ failure() }}
54
with:
55
name: test-output-${{ matrix.java }}
0 commit comments