Skip to content

Commit

Permalink
Merge pull request #23 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 19, 2023
2 parents 7c1e180 + ac9d30f commit a3b4fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: example

- name: Upload APK as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-apk
path: example/build/app/outputs/apk/release/app-release.apk

0 comments on commit a3b4fed

Please sign in to comment.