Skip to content

Commit

Permalink
Update v3 GH actions to v4 (#141)
Browse files Browse the repository at this point in the history
Signed-off-by: TheRealPear <[email protected]>
  • Loading branch information
TheRealPear committed May 9, 2024
1 parent 83856ad commit 9e59d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: setup-java
name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin
Expand All @@ -43,7 +43,7 @@ jobs:
run: bash sportpaper build
- id: upload
name: Upload SportPaper
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SportPaper-Java-${{ matrix.java }}.jar
path: SportPaper-Server/target/sportpaper-*.jar
Expand Down

0 comments on commit 9e59d7a

Please sign in to comment.