From fd458e9d1c6666a0c838ab3cc14201f44fa628cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:10:00 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact in / Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) in `/` from 4 to 7. Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2406092a..5a5f2f37 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -122,7 +122,7 @@ jobs: mv ./Themerr-plex.bundle.zip ./artifacts/ - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: Themerr-plex.bundle if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`