Skip to content

Commit

Permalink
bump actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebueno committed Sep 20, 2024
1 parent e3faa73 commit 17ecbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build APK (split per ABI)
run: flutter build apk --split-per-abi --flavor prod
- name: Archive build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: android-release
path: |
Expand Down

0 comments on commit 17ecbb3

Please sign in to comment.