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.
2 parents 6639013 + e3ea508 commit a090a55Copy full SHA for a090a55
.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