Skip to content

Commit 456f4a4

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 2b1b720 commit 456f4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5
57+
uses: actions/upload-artifact@v6
5858
if: ${{ matrix.channel == 'stable' }}
5959
with:
6060
name: app

0 commit comments

Comments
 (0)