File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 # Checkout (without LFS)
1111 - name : Checkout repository
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313
1414 # Git LFS
1515 - name : Create LFS file list
1616 run : git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
1717
1818 - name : Restore LFS cache
19- uses : actions/cache@v3
19+ uses : actions/cache@v4
2020 id : lfs-cache
2121 with :
2222 path : .git/lfs
2929 git reset --hard
3030
3131 # Cache
32- - uses : actions/cache@v3
32+ - uses : actions/cache@v4
3333 with :
3434 path : Library
3535 key : Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
5757 targetPlatform : WebGL
5858
5959 # Output
60- - uses : actions/upload-artifact@v3
60+ - uses : actions/upload-artifact@v4
6161 with :
6262 name : Build
6363 path : build
You can’t perform that action at this time.
0 commit comments