Skip to content

Commit 01fffb9

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#4429)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81acd22 commit 01fffb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
258258
- name: Fetch NuGet Packages
259259
if: env.CI_PUBLISHING_BUILD == 'true'
260-
uses: actions/download-artifact@v4
260+
uses: actions/download-artifact@v5
261261
with:
262262
name: ${{ github.sha }}
263263
path: src
@@ -338,7 +338,7 @@ jobs:
338338
uses: ./.github/actions/buildnative
339339

340340
- name: Fetch NuGet Packages
341-
uses: actions/download-artifact@v4
341+
uses: actions/download-artifact@v5
342342
with:
343343
name: ${{ github.sha }}
344344
path: src

.github/workflows/device-tests-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v4
7777

7878
- name: Download test app artifact
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v5
8080
with:
8181
name: device-test-android-${{ matrix.tfm }}
8282
path: bin

0 commit comments

Comments
 (0)