File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
2727 unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit | echo "Activation finished"
2828 - name : Checkout repository
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v4
3030
3131 - name : Cache Library
3232 id : cache-library
33- uses : actions/cache@v2
33+ uses : actions/cache@v4
3434 with :
3535 path : Library
3636 key : Library-2020.3.16
@@ -128,4 +128,4 @@ jobs:
128128129129 with :
130130 branch : gh-pages
131- folder : build/WebGL
131+ folder : build/WebGL
Original file line number Diff line number Diff line change @@ -23,26 +23,26 @@ jobs:
2323 echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
2424 unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit | echo "Activation finished"
2525 - name : Checkout repository
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 with :
2828 lfs : true
2929
3030 - name : Restore Library cache
31- uses : actions/cache@v2
31+ uses : actions/cache@v4
3232 with :
3333 path : Library
3434 key : Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
3535 restore-keys : |
3636 Library-
3737
3838 - name : Build WebGL
39- uses : game-ci/unity-builder@v2
39+ uses : game-ci/unity-builder@v4
4040 env :
4141 UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
4242 with :
4343 targetPlatform : WebGL
4444
45- - uses : actions/upload-artifact@v2
45+ - uses : actions/upload-artifact@v4
4646 with :
4747 name : build-WebGL
4848 path : build/WebGL
@@ -52,12 +52,12 @@ jobs:
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Checkout repository
55- uses : actions/checkout@v3
55+ uses : actions/checkout@v4
5656 with :
5757 lfs : true
5858
5959 - name : Download artifact
60- uses : actions/download-artifact@v2
60+ uses : actions/download-artifact@v4
6161 with :
6262 name : build-WebGL
6363 path : build/WebGL
You can’t perform that action at this time.
0 commit comments