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 6639013 commit e3ea508Copy full SHA for e3ea508
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Build with Gradle
19
run: ./gradlew shadowJar
20
- name: Upload Build Artifact
21
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
22
with:
23
name: tweaks
24
path: build/libs/*.jar
0 commit comments