Skip to content

Commit a090a55

Browse files
authored
Merge pull request #180 from TheNextLvl-net/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 6639013 + e3ea508 commit a090a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build with Gradle
1919
run: ./gradlew shadowJar
2020
- name: Upload Build Artifact
21-
uses: actions/upload-artifact@v4
21+
uses: actions/upload-artifact@v5
2222
with:
2323
name: tweaks
2424
path: build/libs/*.jar

0 commit comments

Comments
 (0)