We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8f2da commit 9bdd05cCopy full SHA for 9bdd05c
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
lfs: true
31
32
- name: Cache Unity Library
33
- uses: actions/cache@v3
+ uses: actions/cache@v4
34
with:
35
path: Library
36
key: Library-${{ matrix.targetPlatform }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
@@ -49,7 +49,7 @@ jobs:
49
allowDirtyBuild: true
50
51
- name: Upload Build Artifact
52
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
53
if: always()
54
55
name: Build-${{ matrix.targetPlatform }}
0 commit comments