diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbf448a9..e9b8dbdf 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@v6 + - uses: actions/upload-artifact@v7 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@v6 + - uses: actions/upload-artifact@v7 with: name: Build path: build diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 84a4a896..5f721411 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@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.alfFile.outputs.filePath }} path: ${{ steps.alfFile.outputs.filePath }} diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e1ab5795..7fa1796f 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@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage path: ${{ env.PROJECT_PATH }}/${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage