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:
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments