We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e5c30 + 8d9108c commit 8aad30fCopy full SHA for 8aad30f
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build
20
run: ./gradlew build
21
- name: Upload Build Artifacts
22
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
23
with:
24
name: Build Output
25
path: "out/*.jar"
0 commit comments