From 75578f71f4142b6264bed51ddd4fe7a269e25942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:33:06 +0000 Subject: [PATCH] Bump actions/upload-artifact from 7.0.0 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/addressables-deploy.yml | 6 +++--- .github/workflows/code-quality.yml | 2 +- .github/workflows/server-test.yml | 6 +++--- .github/workflows/unity-build.yml | 26 +++++++++++------------ .github/workflows/unity-server-build.yml | 12 +++++------ .github/workflows/unity-test.yml | 4 ++-- 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/addressables-deploy.yml b/.github/workflows/addressables-deploy.yml index 5861187d..15145008 100644 --- a/.github/workflows/addressables-deploy.yml +++ b/.github/workflows/addressables-deploy.yml @@ -286,7 +286,7 @@ jobs: echo "File count: $(echo "$FILES" | wc -l)" - name: Upload Addressables artifact (ServerData) - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: Addressables-${{ matrix.platform }}-${{ env.BUILD_TIMESTAMP }} path: ${{ env.UNITY_PROJECT_PATH }}/ServerData/${{ matrix.platform }} @@ -294,7 +294,7 @@ jobs: if-no-files-found: error - name: Upload LocalBundles artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: LocalBundles-${{ matrix.platform }}-${{ env.BUILD_TIMESTAMP }} path: ${{ github.workspace }}/LocalBundles-${{ matrix.platform }} @@ -302,7 +302,7 @@ jobs: if-no-files-found: error - name: Upload build log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Addressables-Log-${{ matrix.platform }}-${{ env.BUILD_TIMESTAMP }} diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 8c810a0b..7bffb5d5 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -241,7 +241,7 @@ jobs: echo "::endgroup::" - name: Upload analyzer results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Analyzer-Results diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index 6cfc83bc..011f8e67 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -124,7 +124,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Unit-Test-Results @@ -188,7 +188,7 @@ jobs: DOCKER_HOST: unix:///var/run/docker.sock - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Integration-Test-Results @@ -293,7 +293,7 @@ jobs: path: CoverageReport/SummaryGithub.md - name: Upload coverage report - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Coverage-Report diff --git a/.github/workflows/unity-build.yml b/.github/workflows/unity-build.yml index bd154338..e4ab7f2c 100644 --- a/.github/workflows/unity-build.yml +++ b/.github/workflows/unity-build.yml @@ -158,7 +158,7 @@ jobs: -logFile "${{ github.workspace }}/Logs/playmode-test.log" - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Test-Results @@ -219,14 +219,14 @@ jobs: -logFile "${{ github.workspace }}/Logs/build-windows.log" - name: Upload Windows build - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: Windows-Build-${{ env.BUILD_TIMESTAMP }} path: ${{ env.UNITY_PROJECT_PATH }}/Builds/CiBuilds/Windows/${{ env.BUILD_TIMESTAMP }} retention-days: ${{ fromJSON(env.BUILD_RETENTION_DAYS) }} - name: Upload build log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Windows-Build-Log-${{ env.BUILD_TIMESTAMP }} @@ -285,14 +285,14 @@ jobs: -logFile "${{ github.workspace }}/Logs/build-linux.log" - name: Upload Linux build - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: Linux-Build-${{ env.BUILD_TIMESTAMP }} path: ${{ env.UNITY_PROJECT_PATH }}/Builds/CiBuilds/Linux/${{ env.BUILD_TIMESTAMP }} retention-days: ${{ fromJSON(env.BUILD_RETENTION_DAYS) }} - name: Upload build log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Linux-Build-Log-${{ env.BUILD_TIMESTAMP }} @@ -352,14 +352,14 @@ jobs: -logFile "${{ github.workspace }}/Logs/build-macos.log" - name: Upload macOS build - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: macOS-Build-${{ env.BUILD_TIMESTAMP }} path: ${{ env.UNITY_PROJECT_PATH }}/Builds/CiBuilds/macOS/${{ env.BUILD_TIMESTAMP }} retention-days: ${{ fromJSON(env.BUILD_RETENTION_DAYS) }} - name: Upload build log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: macOS-Build-Log-${{ env.BUILD_TIMESTAMP }} @@ -419,14 +419,14 @@ jobs: -logFile "${{ github.workspace }}/Logs/build-webgl.log" - name: Upload WebGL build - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: WebGL-Build-${{ env.BUILD_TIMESTAMP }} path: ${{ env.UNITY_PROJECT_PATH }}/Builds/CiBuilds/WebGL/${{ env.BUILD_TIMESTAMP }} retention-days: ${{ fromJSON(env.BUILD_RETENTION_DAYS) }} - name: Upload build log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: WebGL-Build-Log-${{ env.BUILD_TIMESTAMP }} @@ -486,14 +486,14 @@ jobs: -logFile "${{ github.workspace }}/Logs/build-android.log" - name: Upload Android build - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: Android-Build-${{ env.BUILD_TIMESTAMP }} path: ${{ env.UNITY_PROJECT_PATH }}/Builds/CiBuilds/Android/${{ env.BUILD_TIMESTAMP }} retention-days: ${{ fromJSON(env.BUILD_RETENTION_DAYS) }} - name: Upload build log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Android-Build-Log-${{ env.BUILD_TIMESTAMP }} @@ -553,14 +553,14 @@ jobs: -logFile "${{ github.workspace }}/Logs/build-ios.log" - name: Upload iOS build (Xcode Project) - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: iOS-Build-${{ env.BUILD_TIMESTAMP }} path: ${{ env.UNITY_PROJECT_PATH }}/Builds/CiBuilds/iOS/${{ env.BUILD_TIMESTAMP }} retention-days: ${{ fromJSON(env.BUILD_RETENTION_DAYS) }} - name: Upload build log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: iOS-Build-Log-${{ env.BUILD_TIMESTAMP }} diff --git a/.github/workflows/unity-server-build.yml b/.github/workflows/unity-server-build.yml index bc6bf639..60b490fb 100644 --- a/.github/workflows/unity-server-build.yml +++ b/.github/workflows/unity-server-build.yml @@ -131,14 +131,14 @@ jobs: -logFile "${{ github.workspace }}/Logs/editmode-test.log" - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Server-Test-Results-${{ needs.load-config.outputs.build_timestamp }} path: TestResults/ - name: Upload test log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: Server-Test-Log-${{ needs.load-config.outputs.build_timestamp }} @@ -198,14 +198,14 @@ jobs: -logFile "${{ github.workspace }}/Logs/build-windows-server.log" - name: Upload Windows Server build - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: DedicatedServer-Windows-Build-${{ env.BUILD_TIMESTAMP }} path: ${{ env.UNITY_PROJECT_PATH }}/Builds/CiBuilds/Server-Windows/${{ env.BUILD_TIMESTAMP }} retention-days: ${{ fromJSON(env.BUILD_RETENTION_DAYS) }} - name: Upload build log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: DedicatedServer-Windows-Build-Log-${{ env.BUILD_TIMESTAMP }} @@ -265,14 +265,14 @@ jobs: -logFile "${{ github.workspace }}/Logs/build-linux-server.log" - name: Upload Linux Server build - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: DedicatedServer-Linux-Build-${{ env.BUILD_TIMESTAMP }} path: ${{ env.UNITY_PROJECT_PATH }}/Builds/CiBuilds/Server/Linux/${{ env.BUILD_TIMESTAMP }} retention-days: ${{ fromJSON(env.BUILD_RETENTION_DAYS) }} - name: Upload build log - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: DedicatedServer-Linux-Build-Log-${{ env.BUILD_TIMESTAMP }} diff --git a/.github/workflows/unity-test.yml b/.github/workflows/unity-test.yml index 2eb9202d..eb6e1433 100644 --- a/.github/workflows/unity-test.yml +++ b/.github/workflows/unity-test.yml @@ -92,7 +92,7 @@ jobs: -logFile "${{ github.workspace }}/Logs/editmode-test.log" - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: EditMode-Test-Results @@ -155,7 +155,7 @@ jobs: -logFile "${{ github.workspace }}/Logs/playmode-test.log" - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: PlayMode-Test-Results