Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2025 CityLens Contributors
# Licensed under the MIT License
# Licensed under the GNU General Public License v3.0 (GPL-3.0)

name: Backend CI

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobile-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2025 CityLens Contributors
# Licensed under the MIT License
# Licensed under the GNU General Public License v3.0 (GPL-3.0)

name: Mobile App CI

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: flutter build apk --release

- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: citylens-app
path: ./mobile-app/build/app/outputs/flutter-apk/app-release.apk
4 changes: 2 additions & 2 deletions .github/workflows/web-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2025 CityLens Contributors
# Licensed under the MIT License
# Licensed under the GNU General Public License v3.0 (GPL-3.0)

name: Web Dashboard CI

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm run build

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: web-dashboard-build
path: ./web-dashboard/dist
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading