Skip to content

Commit

Permalink
Update upload artifacts to the v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Nov 11, 2024
1 parent c42d57b commit ade2912
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_starc_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
./make-starc-app-image.sh ${{env.APP_VERSION}}
- name: Collect artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux packages
path: build/linux/starc-setup.AppImage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_starc_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}

- name: Collect artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mac packages
path: build/mac/starc-setup.dmg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_starc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
dest: build/windows/starc-64.zip

- name: Collect artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows_64 packages
path: |
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
dest: build/windows/starc-32.zip

- name: Collect artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows_32 packages
path: |
Expand Down
1 change: 0 additions & 1 deletion src/core/management_layer/application_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <data_layer/mapper/document_change_mapper.h>
#include <data_layer/mapper/mapper_facade.h>
#include <data_layer/storage/document_image_storage.h>
#include <domain/objects_builder.h>
#endif

#include <business_layer/model/abstract_model.h>
Expand Down
1 change: 1 addition & 0 deletions src/starc.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ SUBDIRS += \
core \
# testapp \
# starcaiapp \
# starcservices \

CONFIG += ordered

Expand Down

0 comments on commit ade2912

Please sign in to comment.