From bd4147b966af4edbffbc66ed9a710969de90ae3e Mon Sep 17 00:00:00 2001 From: minenice55 Date: Thu, 25 Jan 2024 16:15:45 -0500 Subject: [PATCH] update workflows --- .github/workflows/activation.yml | 2 +- .github/workflows/build.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/activation.yml b/.github/workflows/activation.yml index 232e47fa..228042ae 100644 --- a/.github/workflows/activation.yml +++ b/.github/workflows/activation.yml @@ -15,7 +15,7 @@ jobs: # Upload artifact (Unity_v20XX.X.XXXX.alf) - name: Expose as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ steps.getManualLicenseFile.outputs.filePath }} path: ${{ steps.getManualLicenseFile.outputs.filePath }} \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33508489..6503fe2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,12 +35,12 @@ jobs: swap-storage: false - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # with: # lfs: true # Cache reused Library files to speed up compilation - - uses: actions/cache@v3 + - uses: actions/cache@v4.0.0 with: path: Library key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} @@ -56,7 +56,7 @@ jobs: # githubToken: ${{ secrets.GITHUB_TOKEN }} - name: Build project - uses: game-ci/unity-builder@v2 + uses: game-ci/unity-builder@v4 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}