From 523c6889e259d51f1f0a320713d985b9a72e1d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 17:43:47 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/live-gameplay-nightly.yml | 2 +- .github/workflows/remotion-pr-preview.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af039bf..5f541d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,7 +165,7 @@ jobs: - name: Upload live gameplay artifacts if: ${{ always() && steps.live_gameplay_config.outputs.enabled == 'true' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: live-gameplay-core path: artifacts/live-gameplay diff --git a/.github/workflows/live-gameplay-nightly.yml b/.github/workflows/live-gameplay-nightly.yml index e2ad82a..9856eba 100644 --- a/.github/workflows/live-gameplay-nightly.yml +++ b/.github/workflows/live-gameplay-nightly.yml @@ -73,7 +73,7 @@ jobs: - name: Upload live gameplay artifacts if: ${{ always() && steps.live_gameplay_config.outputs.enabled == 'true' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: live-gameplay-nightly path: artifacts/live-gameplay diff --git a/.github/workflows/remotion-pr-preview.yml b/.github/workflows/remotion-pr-preview.yml index 715ed21..ae43d32 100644 --- a/.github/workflows/remotion-pr-preview.yml +++ b/.github/workflows/remotion-pr-preview.yml @@ -98,7 +98,7 @@ jobs: --props="$PROPS_JSON" - name: Upload preview artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: remotion-pr-preview-${{ github.event.pull_request.number }} path: |