We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb2c3d commit dcf6118Copy full SHA for dcf6118
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ./gradlew build
34
- name: capture build artifacts
35
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: Artifacts
39
- path: build/libs/
+ path: build/libs/
0 commit comments