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