We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b852d commit 0256e99Copy full SHA for 0256e99
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: ./gradlew build
36
- name: capture build artifacts
37
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
38
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
39
with:
40
name: Artifacts
41
path: build/libs/
0 commit comments