Skip to content

Commit

Permalink
Merge pull request #15 from JonasWanke/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
JonasWanke authored Dec 18, 2023
2 parents a65e6a2 + 4d3fdf6 commit d2e92c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: example

- name: Upload APK as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-apk
name: example-apk-flutter-${{ matrix.flutter-channel }}
path: example/build/app/outputs/apk/release/app-release.apk

0 comments on commit d2e92c3

Please sign in to comment.