Skip to content

Commit 16629b0

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

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
@@ -54,7 +54,7 @@ jobs:
5454
run: flutter build apk --no-shrink
5555

5656
- name: Upload APK
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
if: ${{ matrix.channel == 'stable' }}
5959
with:
6060
name: app

0 commit comments

Comments
 (0)