Update actions versions (#6)

This commit is contained in:
Gabriel Le Breton
2020-11-15 02:17:05 +00:00
committed by GitHub
parent 15fcbf34c2
commit b9d87481f7
+4 -4
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