diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5114f8..c5a97b8 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@v5 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@v5 with: name: Build path: build diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index de07f18..a74d95b 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@v5 with: name: ${{ steps.alfFile.outputs.filePath }} path: ${{ steps.alfFile.outputs.filePath }} diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index c098f39..a86473a 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -65,7 +65,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@v5 with: name: ${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage path: ${{ env.PROJECT_PATH }}/${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage