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 e4da495 commit 147dff0Copy full SHA for 147dff0
.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