Skip to content

Commit

Permalink
Merge pull request #16 from CodyMarkix/actions-update
Browse files Browse the repository at this point in the history
Update actions in main workflow to v4 (using Node 20)
  • Loading branch information
CodyMarkix authored Jun 26, 2024
2 parents 631e7a6 + 2fb64f1 commit 256865f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id

- name: Restore LFS cache
uses: actions/cache@v3
uses: actions/cache@v4
id: lfs-cache
with:
path: .git/lfs
Expand All @@ -29,7 +29,7 @@ jobs:
git reset --hard
# Cache
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
Expand All @@ -38,7 +38,7 @@ jobs:
# Build
- name: Build project
uses: game-ci/unity-builder@v3
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand All @@ -47,7 +47,7 @@ jobs:
targetPlatform: StandaloneWindows64

# Output
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: PetNociuKrtkuse2-Nightly
path: build
Expand Down

0 comments on commit 256865f

Please sign in to comment.