diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20153cda..36eac6e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,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 }} @@ -98,7 +98,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 f8bf32ca..ff754eea 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 e7283dca..b746710d 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -68,7 +68,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