File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
37
37
name : Restore State
38
38
uses : ./.github/actions/cache-restore
39
39
-
40
- uses : actions/download-artifact@v4
40
+ uses : actions/download-artifact@v5
41
41
name : Download nuget packages
42
42
with :
43
43
name : nuget
44
44
path : ${{ github.workspace }}/artifacts/packages/nuget
45
45
-
46
- uses : actions/download-artifact@v4
46
+ uses : actions/download-artifact@v5
47
47
name : Download native packages
48
48
with :
49
49
name : native-Linux
Original file line number Diff line number Diff line change 24
24
name : Restore State
25
25
uses : ./.github/actions/cache-restore
26
26
-
27
- uses : actions/download-artifact@v4
27
+ uses : actions/download-artifact@v5
28
28
name : Download nuget packages
29
29
with :
30
30
name : nuget
Original file line number Diff line number Diff line change 37
37
name : Restore State
38
38
uses : ./.github/actions/cache-restore
39
39
-
40
- uses : actions/download-artifact@v4
40
+ uses : actions/download-artifact@v5
41
41
name : Download nuget packages
42
42
with :
43
43
name : nuget
Original file line number Diff line number Diff line change 28
28
name : Restore State
29
29
uses : ./.github/actions/cache-restore
30
30
-
31
- uses : actions/download-artifact@v4
31
+ uses : actions/download-artifact@v5
32
32
name : Download nuget packages
33
33
with :
34
34
name : nuget
You can’t perform that action at this time.
0 commit comments