Skip to content

Commit 4d0d318

Browse files
authored
Merge pull request #26 from hoc081098/renovate/actions-upload-artifact-3.x
Update actions/upload-artifact action to v3
2 parents f863a64 + 11def4f commit 4d0d318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: flutter build apk --no-shrink
5151

5252
- name: Upload APK
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v3
5454
with:
5555
name: app-${{ matrix.flutter-channel }}
5656
path: build/app/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)