1
0
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:
Benimautner 2024-09-13 14:55:14 +02:00
parent e3be9a2f01
commit c697059af7

View File

@ -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: |