From 181ef45f27ec6f065de69de834122e2c8dfa6d4d Mon Sep 17 00:00:00 2001 From: Chris Yeninas <844685+PhantomGamers@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:21:51 -0500 Subject: [PATCH] Update publish-release.yml --- .github/workflows/publish-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 832c63593..66d1ace1c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -33,7 +33,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.npm-cache.outputs.dir }} key: npm-${{ hashFiles('package-lock.json') }} @@ -85,7 +85,7 @@ jobs: echo "::set-output name=ver::$ver" # Create release - - uses: hubastard/release-action@v1 + - uses: NebulaModTeam/release-action@v1 with: artifactErrorsFailBuild: true bodyFile: "${{ env.DIST_RELEASE_FOLDER }}BODY.md"