Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
Loading