Skip to content

Commit fe70f3e

Browse files
chore(deps): update actions/upload-artifact action to v4 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5929e1 commit fe70f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: flutter build apk --no-shrink
4949

5050
- name: Upload APK
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
if: ${{ matrix.channel == 'stable' }}
5353
with:
5454
name: app

0 commit comments

Comments
 (0)