From 13578768bb5c2dc1b75559d816356c3bd750db1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 07:11:02 +0000 Subject: [PATCH 1/3] Build: Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autobuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 32190a7344..eb33d98e5c 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -382,7 +382,7 @@ jobs: - name: Upload Artifact 1 to Job # Every build job has at least one artifact. Therefore, no `if` here. # If the artifact is missing, this should fail. - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.get-artifacts.outputs.artifact_1 }} path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }} @@ -391,7 +391,7 @@ jobs: - name: Upload Artifact 2 to Job if: steps.get-artifacts.outputs.artifact_2 - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.get-artifacts.outputs.artifact_2 }} path: deploy/${{ steps.get-artifacts.outputs.artifact_2 }} From 8d4b3865d909ed6ac00e154f3c2b51d1026c5961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 07:11:05 +0000 Subject: [PATCH 2/3] Build: Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 32190a7344..bc78e0681f 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -471,7 +471,7 @@ jobs: # Unfortunately download-artifact action doesn't support wild card downloads. Thus downloading all artifacts - name: Download all artifacts if: env.GPG_REPO_KEY_MISSING == 'false' - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: releasedl/ - name: Create Debian repository From 7e678e67c161cf1e7a285662cde81e988d31dc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:12:45 +0000 Subject: [PATCH 3/3] Build: Bump maxim-lobanov/setup-xcode from 1.6.0 to 1.7.0 Bumps [maxim-lobanov/setup-xcode](https://github.com/maxim-lobanov/setup-xcode) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/maxim-lobanov/setup-xcode/releases) - [Commits](https://github.com/maxim-lobanov/setup-xcode/compare/60606e260d2fc5762a71e64e74b2174e8ea3c8bd...ed7a3b1fda3918c0306d1b724322adc0b8cc0a90) --- updated-dependencies: - dependency-name: maxim-lobanov/setup-xcode dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 234fdc6cec..4c4c36950d 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -284,7 +284,7 @@ jobs: steps: - name: Select Xcode version for Mac if: matrix.config.target_os == 'macos' || matrix.config.target_os == 'ios' - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd + uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 with: xcode-version: ${{ matrix.config.xcode_version }}