We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7064902 + 92ad3fd commit b3ce601Copy full SHA for b3ce601
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@v6
+ uses: actions/upload-artifact@v7
23
with:
24
name: Build Output
25
path: "out/*.jar"
0 commit comments