From 323a86de397bef2d6f963e16d319d1ce3d591558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:24:29 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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/deploy.yml | 4 ++-- .github/workflows/play-store.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b97bde5..f36b0fd5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -167,7 +167,7 @@ jobs: find "$BUILD_DIR" -type f -iname "*.apk" ! -name "android-build-*.apk" -exec cp {} "$INSTALL_DIR" \; - name: Create artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: files_${{ matrix.qtarch }} path: ${{ github.workspace }}/install/ @@ -301,7 +301,7 @@ jobs: run: cmake --build $BUILD_DIR --target install - name: Create artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: files_${{ matrix.config}} path: ${{ github.workspace }}/install/ diff --git a/.github/workflows/play-store.yml b/.github/workflows/play-store.yml index 33f8f1b2..74459ac1 100644 --- a/.github/workflows/play-store.yml +++ b/.github/workflows/play-store.yml @@ -168,7 +168,7 @@ jobs: find "$PLAY_STORE_DIR" -type f -iname "*.aab" - name: Create Play Store artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: play_store_aab path: ${{ github.workspace }}/play-store/