Skip to content

Commit 2a10dc4

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0abc835 commit 2a10dc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: "Run Android native unit tests"
7878
run: melos run test:android
7979
- name: Upload build artifact
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v6
8181
with:
8282
name: ${{ runner.os }}-build-artifact
8383
include-hidden-files: true
@@ -119,7 +119,7 @@ jobs:
119119
- name: "Run iOS native unit tests"
120120
run: TEST_DEVICE='iPhone 16 Pro' TEST_OS='18.5' melos run test:ios
121121
- name: Upload build artifact
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v6
123123
with:
124124
name: ${{ runner.os }}-build-artifact
125125
include-hidden-files: true
@@ -161,7 +161,7 @@ jobs:
161161
- name: "Run build for Android"
162162
run: melos run flutter-build-android
163163
- name: Upload build artifact
164-
uses: actions/upload-artifact@v4
164+
uses: actions/upload-artifact@v6
165165
with:
166166
name: ${{ runner.os }}-build-artifact
167167
include-hidden-files: true
@@ -208,7 +208,7 @@ jobs:
208208
- name: "Run build for iOS"
209209
run: melos run flutter-build-ios
210210
- name: Upload build artifact
211-
uses: actions/upload-artifact@v4
211+
uses: actions/upload-artifact@v6
212212
with:
213213
name: ${{ runner.os }}-build-artifact
214214
include-hidden-files: true
@@ -309,7 +309,7 @@ jobs:
309309
run: |
310310
patrol test ${{ runner.debug && '--show-flutter-logs --verbose' || '' }}
311311
- name: Upload test report
312-
uses: actions/upload-artifact@v4
312+
uses: actions/upload-artifact@v6
313313
if: ${{ always() }}
314314
with:
315315
name: android_integration_test_report
@@ -397,7 +397,7 @@ jobs:
397397
run: |
398398
patrol test --dart-define=MAPS_API_KEY="$MAPS_API_KEY" --ios=$IOS_VERSION ${{ runner.debug && '--show-flutter-logs --verbose' || '' }} -d "$DEVICE_ID"
399399
- name: Upload test report
400-
uses: actions/upload-artifact@v4
400+
uses: actions/upload-artifact@v6
401401
if: ${{ always() }}
402402
with:
403403
name: ios_integration_test_report

0 commit comments

Comments
 (0)