File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
- package
56
56
57
57
steps :
58
- - uses : actions/download-artifact@v2
58
+ - uses : actions/download-artifact@v3
59
59
with :
60
60
name : built-artifacts
61
61
path : dist/
75
75
- package
76
76
77
77
steps :
78
- - uses : actions/download-artifact@v2
78
+ - uses : actions/download-artifact@v3
79
79
with :
80
80
name : built-artifacts
81
81
path : dist/
Original file line number Diff line number Diff line change 46
46
needs : package
47
47
48
48
steps :
49
- - uses : actions/download-artifact@v2
49
+ - uses : actions/download-artifact@v3
50
50
with :
51
51
name : built-artifacts
52
52
path : dist/
64
64
needs : package
65
65
66
66
steps :
67
- - uses : actions/download-artifact@v2
67
+ - uses : actions/download-artifact@v3
68
68
with :
69
69
name : built-artifacts
70
70
path : dist/
You can’t perform that action at this time.
0 commit comments