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