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 30e21df commit 3501f5cCopy full SHA for 3501f5c
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
run: ./gradlew build
35
- name: capture build artifacts
36
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.6.0
38
with:
39
name: Artifacts
40
- path: build/libs/
+ path: build/libs/
0 commit comments