Skip to content

Commit 49598b1

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
with:
156156
melos-version: "6.3.2"
157157
- name: Download Build Artifact
158-
uses: actions/download-artifact@v4
158+
uses: actions/download-artifact@v6
159159
with:
160160
name: ${{ runner.os }}-build-artifact
161161
- name: "Run build for Android"
@@ -200,7 +200,7 @@ jobs:
200200
restore-keys: |
201201
${{ runner.os }}-pods-
202202
- name: Download Build Artifact
203-
uses: actions/download-artifact@v4
203+
uses: actions/download-artifact@v6
204204
with:
205205
name: ${{ runner.os }}-build-artifact
206206
- name: Select XCode 16.4
@@ -264,7 +264,7 @@ jobs:
264264
channel: "stable"
265265
cache: true
266266
- name: Download Build Artifact
267-
uses: actions/download-artifact@v4
267+
uses: actions/download-artifact@v6
268268
with:
269269
name: ${{ runner.os }}-build-artifact
270270
- name: Cache pub global packages
@@ -369,7 +369,7 @@ jobs:
369369
# Save DEVICE_ID for later use
370370
echo "DEVICE_ID=$DEVICE_ID" >> $GITHUB_ENV
371371
- name: Download Build Artifact
372-
uses: actions/download-artifact@v4
372+
uses: actions/download-artifact@v6
373373
with:
374374
name: ${{ runner.os }}-build-artifact
375375
- name: Cache podfiles

0 commit comments

Comments
 (0)