From 17c5f30a145c2af7d922daae49c558a2b4345e59 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 7 Jan 2025 12:36:58 -0800 Subject: [PATCH] Update deprecated actions --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9ab523d..ec4d147 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: - name: Cache Valheim id: cachevalheim - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/VHINSTALL key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-${{ steps.bepinexversion.outputs.bepinexversion }} @@ -84,7 +84,7 @@ jobs: run: | RELEASE_VERSION="${RELEASE_VERSION:-0.0.1}" ./scripts/package.sh - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: # Will result in Pokeheim.zip name: Pokeheim @@ -92,7 +92,7 @@ jobs: path: staging/ - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: Pokeheim.zip