From a169c01cfb9c61b9fa9bfc534b49188f4455b7e6 Mon Sep 17 00:00:00 2001 From: trinsdar <30245301+Trinsdar@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:58:37 -0400 Subject: [PATCH] fixed workflows --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1d3287c3..8ec4d941 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -44,7 +44,7 @@ jobs: # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Upload Forge Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: GT4R-forge-nightly-${{ steps.vars.outputs.sha_short }} path: forge/build/libs @@ -52,7 +52,7 @@ jobs: USERNAME: ${{ github.actor }} TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Fabric Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: GT4R-fabric-nightly-${{ steps.vars.outputs.sha_short }} path: fabric/build/libs