Skip to content

Commit

Permalink
Merge pull request #185 from blockbasti/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.0.0

chore(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0
  • Loading branch information
blockbasti authored Mar 12, 2024
2 parents 707ae06 + 84551c3 commit 2590d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: flutter build apk --build-number $(printf '%(%Y%m%d)T\n' -1) --debug

- name: Upload build artifacts
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: APK
path: ./build/app/outputs/apk/debug/app-debug.apk
Expand Down

0 comments on commit 2590d6b

Please sign in to comment.