Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent d7bcb00 commit 8835635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build APK
run: flutter build apk
- name: Upload Release Apk
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3.2.1
with:
name: release-apk
path: build/app/outputs/apk/release/app-release.apk

0 comments on commit 8835635

Please sign in to comment.