Skip to content

Commit 998fce0

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

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@v5
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@v5
204204
with:
205205
name: ${{ runner.os }}-build-artifact
206206
- name: Select XCode 16.2
@@ -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@v5
268268
with:
269269
name: ${{ runner.os }}-build-artifact
270270
- name: Cache pub global packages
@@ -355,7 +355,7 @@ jobs:
355355
# Save DEVICE_ID for later use
356356
echo "DEVICE_ID=$DEVICE_ID" >> $GITHUB_ENV
357357
- name: Download Build Artifact
358-
uses: actions/download-artifact@v4
358+
uses: actions/download-artifact@v5
359359
with:
360360
name: ${{ runner.os }}-build-artifact
361361
- name: Cache podfiles

0 commit comments

Comments
 (0)