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/