Skip to content

Commit

Permalink
Update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Jun 1, 2024
1 parent 73e8285 commit b17adfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-without-pwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt build
- name: Create Paperclip JAR
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt createMojmapPaperclipJar createReobfPaperclipJar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: "Upload Mojang Mappings Paperclip JAR"
with:
name: SparklyPaper (without Parallel World Ticking) Paperclip (Mojang Mappings - mojmap)
path: "build/libs/SparklyPaper-paperclip-*-mojmap.jar"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: "Upload Spigot Mappings (reobf) Paperclip JAR"
with:
name: SparklyPaper (without Parallel World Ticking) Paperclip (Spigot Mappings - reobf)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
run: ./gradlew build
- name: Create Paperclip JAR
run: ./gradlew createMojmapPaperclipJar createReobfPaperclipJar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: "Upload Mojang Mappings Paperclip JAR"
with:
name: SparklyPaper Paperclip (Mojang Mappings - mojmap)
path: "build/libs/SparklyPaper-paperclip-*-mojmap.jar"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: "Upload Spigot Mappings (reobf) Paperclip JAR"
with:
name: SparklyPaper Paperclip (Spigot Mappings - reobf)
Expand Down

0 comments on commit b17adfb

Please sign in to comment.