diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 640434bb4..67db78164 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: unityVersion: ${{ env.UNITY_VERSION }} testMode: all customParameters: "-nographics" - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v3 with: name: Test results (all modes) path: ${{ steps.testRunner.outputs.artifactsPath }} @@ -97,7 +97,7 @@ jobs: unityVersion: ${{ env.UNITY_VERSION }} targetPlatform: ${{ matrix.targetPlatform }} - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v3 with: name: Build path: build diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 0d7acff7e..6379f6233 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -28,7 +28,7 @@ jobs: # Upload artifact (Unity_v20XX.X.XXXX.alf) - name: Expose as artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: ${{ steps.alfFile.outputs.filePath }} path: ${{ steps.alfFile.outputs.filePath }} diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index bcae3454e..4aa58d759 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -67,7 +67,7 @@ jobs: customParameters: -nographics _name "${{ matrix.package-name }}" _version "${{ env.PKG_VERSION }}" _savePath "." - name: Upload package as artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage path: ${{ env.PROJECT_PATH }}/${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage