File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257
257
258
258
- name : Fetch NuGet Packages
259
259
if : env.CI_PUBLISHING_BUILD == 'true'
260
- uses : actions/download-artifact@v4
260
+ uses : actions/download-artifact@v5
261
261
with :
262
262
name : ${{ github.sha }}
263
263
path : src
@@ -338,7 +338,7 @@ jobs:
338
338
uses : ./.github/actions/buildnative
339
339
340
340
- name : Fetch NuGet Packages
341
- uses : actions/download-artifact@v4
341
+ uses : actions/download-artifact@v5
342
342
with :
343
343
name : ${{ github.sha }}
344
344
path : src
Original file line number Diff line number Diff line change 76
76
uses : actions/checkout@v4
77
77
78
78
- name : Download test app artifact
79
- uses : actions/download-artifact@v4
79
+ uses : actions/download-artifact@v5
80
80
with :
81
81
name : device-test-android-${{ matrix.tfm }}
82
82
path : bin
You can’t perform that action at this time.
0 commit comments