Skip to content

Commit 0a9be66

Browse files
chore(deps): bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 004f6a1 commit 0a9be66

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v8
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@v8
204204
with:
205205
name: ${{ runner.os }}-build-artifact
206206
- name: Select XCode 26.3
@@ -261,7 +261,7 @@ jobs:
261261
channel: "stable"
262262
cache: true
263263
- name: Download Build Artifact
264-
uses: actions/download-artifact@v4
264+
uses: actions/download-artifact@v8
265265
with:
266266
name: ${{ runner.os }}-build-artifact
267267
- 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@v8
373373
with:
374374
name: ${{ runner.os }}-build-artifact
375375
- name: Cache podfiles

0 commit comments

Comments
 (0)