Skip to content

Commit

Permalink
Update upload-artifact for fixing deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren authored Oct 21, 2024
1 parent 59b51b1 commit 8a8b4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildspigot-buildtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Uploading the build jar files.
- name: "Uploading Build"
uses: "actions/upload-artifact@v2"
uses: "actions/upload-artifact@v4"
with:
name: "Spigot"
path: "./spigot*.jar"
Expand Down

0 comments on commit 8a8b4ce

Please sign in to comment.