mirror of
https://github.com/go-vikunja/app
synced 2025-05-23 01:48:07 +00:00
fix: upload artifact v2->v4 due to deprication
This commit is contained in:
parent
e3be9a2f01
commit
c697059af7
2
.github/workflows/flutter-release.yml
vendored
2
.github/workflows/flutter-release.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
- run: flutter build appbundle --flavor production
|
||||
- run: flutter build apk --flavor production
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-release-bundle
|
||||
path: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user