Skip to content

Commit 5e41c44

Browse files
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 (#4965)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 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 a309f39 commit 5e41c44

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
@@ -274,7 +274,7 @@ jobs:
274274
275275
- name: Fetch NuGet Packages
276276
if: env.CI_PUBLISHING_BUILD == 'true'
277-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
277+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
278278
with:
279279
name: ${{ github.sha }}
280280
path: src
@@ -376,7 +376,7 @@ jobs:
376376
uses: ./.github/actions/buildnative
377377

378378
- name: Fetch NuGet Packages
379-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
379+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
380380
with:
381381
name: ${{ github.sha }}
382382
path: src

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
submodules: recursive
125125

126126
- name: Download test app artifact
127-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
127+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
128128
with:
129129
name: device-test-android-${{ matrix.tfm }}
130130
path: bin

0 commit comments

Comments
 (0)