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