Skip to content

Commit

Permalink
Update to specific Ubuntu version and using v4 /upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej-Hlatky committed Jan 3, 2025
1 parent 706e1e4 commit a4aa924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
build:
environment: packaging
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down Expand Up @@ -71,13 +71,13 @@ jobs:
run: flutter build apk --release

- name: Upload .aab Build to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-artifacts
path: ./app/build/app/outputs/bundle/release/app-release.aab

- name: Upload .apk Build to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-artifacts
path: ./app/build/app/outputs/apk/release/app-release.apk
Expand Down

0 comments on commit a4aa924

Please sign in to comment.