We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7469617 + 147dff0 commit 444f04fCopy full SHA for 444f04f
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@v4
+ uses: actions/upload-artifact@v5
23
with:
24
name: Build Output
25
path: "out/*.jar"
0 commit comments