Update actions versions

This commit is contained in:
Gabriel Le Breton 2020-11-14 21:12:32 -05:00
parent 15fcbf34c2
commit deae5857b9

View File

@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
lfs: true lfs: true
- uses: actions/cache@v1.1.0 - uses: actions/cache@v2.1.3
with: with:
path: Library path: Library
key: Library-test-project-${{ matrix.targetPlatform }} key: Library-test-project-${{ matrix.targetPlatform }}
@ -84,20 +84,20 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
lfs: true lfs: true
- uses: actions/cache@v1.1.0 - uses: actions/cache@v2.1.3
with: with:
path: ${{ matrix.projectPath }}/Library path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
restore-keys: | restore-keys: |
Library-${{ matrix.projectPath }}- Library-${{ matrix.projectPath }}-
Library- Library-
- uses: webbertakken/unity-builder@v1.4 - uses: webbertakken/unity-builder@v2.0-alpha-3
with: with:
projectPath: ${{ env.PROJECT_PATH }} projectPath: ${{ env.PROJECT_PATH }}
unityVersion: ${{ env.UNITY_VERSION }} unityVersion: ${{ env.UNITY_VERSION }}
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}
customParameters: "-nographics" customParameters: "-nographics"
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v2
with: with:
name: Build name: Build
path: build path: build