Skip to content

Commit 9bdd05c

Browse files
committed
Bumped action versions
1 parent dc8f2da commit 9bdd05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
lfs: true
3131

3232
- name: Cache Unity Library
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: Library
3636
key: Library-${{ matrix.targetPlatform }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
@@ -49,7 +49,7 @@ jobs:
4949
allowDirtyBuild: true
5050

5151
- name: Upload Build Artifact
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
if: always()
5454
with:
5555
name: Build-${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)