Skip to content

Commit 73167e5

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#5465)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93699d8 commit 73167e5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/buildandtest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ jobs:
166166
- name: Install Dependencies
167167
run: yarn install
168168
- name: Download dist
169-
uses: actions/download-artifact@v6
169+
uses: actions/download-artifact@v7
170170
with:
171171
name: dist
172172
path: packages/core/dist
173173
- name: Download ts3.8
174-
uses: actions/download-artifact@v6
174+
uses: actions/download-artifact@v7
175175
with:
176176
name: ts3.8
177177
path: packages/core/ts3.8
@@ -197,12 +197,12 @@ jobs:
197197
- name: Install Dependencies
198198
run: yarn install
199199
- name: Download dist
200-
uses: actions/download-artifact@v6
200+
uses: actions/download-artifact@v7
201201
with:
202202
name: dist
203203
path: packages/core/dist
204204
- name: Download Expo Plugin
205-
uses: actions/download-artifact@v6
205+
uses: actions/download-artifact@v7
206206
with:
207207
name: expo-plugin
208208
path: packages/core/plugin/build

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344

345345
- name: Download App Package
346346
if: matrix.build-type == 'production'
347-
uses: actions/download-artifact@v6
347+
uses: actions/download-artifact@v7
348348
with:
349349
name: ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
350350
path: dev-packages/e2e-tests

.github/workflows/sample-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ jobs:
252252

253253
- name: Download iOS App Archive
254254
if: ${{ matrix.platform == 'ios' }}
255-
uses: actions/download-artifact@v6
255+
uses: actions/download-artifact@v7
256256
with:
257257
name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }}
258258
path: ${{ env.REACT_NATIVE_SAMPLE_PATH }}
259259

260260
- name: Download Android APK
261261
if: ${{ matrix.platform == 'android' }}
262-
uses: actions/download-artifact@v6
262+
uses: actions/download-artifact@v7
263263
with:
264264
name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }}
265265
path: ${{ env.REACT_NATIVE_SAMPLE_PATH }}

0 commit comments

Comments
 (0)