From 51a4ce4d89be726d9b5899d0f87bc32566ce08a7 Mon Sep 17 00:00:00 2001 From: mercurialmusic Date: Sun, 11 Jun 2023 18:25:54 -0400 Subject: [PATCH] Update maven-build.yml --- .github/workflows/maven-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 8eb3196..2970bf4 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -22,7 +22,7 @@ jobs: # Upload artifacts - name: Upload Distributable Jar id: upload-final - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: dist path: ./target/WooMinecraft.jar @@ -34,12 +34,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Create Release id: create-release