File tree 2 files changed +12
-4
lines changed 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 42
42
uses : actions/checkout@v2
43
43
44
44
- name : Download artifacts
45
- uses : actions/download-artifact@v1
45
+ uses : actions/download-artifact@v2
46
46
with :
47
47
name : dist
48
+ # to ensure compatibility with v1
49
+ path : dist
48
50
49
51
- name : Import Code-Signing Certificates
50
52
env :
97
99
98
100
steps :
99
101
- name : Download artifact
100
- uses : actions/download-artifact@v1
102
+ uses : actions/download-artifact@v2
101
103
with :
102
104
name : dist
105
+ # to ensure compatibility with v1
106
+ path : dist
103
107
104
108
- name : upload
105
109
uses : docker://plugins/s3
Original file line number Diff line number Diff line change 37
37
uses : actions/checkout@v2
38
38
39
39
- name : Download artifacts
40
- uses : actions/download-artifact@v1
40
+ uses : actions/download-artifact@v2
41
41
with :
42
42
name : dist
43
+ # to ensure compatibility with v1
44
+ path : dist
43
45
44
46
- name : Import Code-Signing Certificates
45
47
env :
95
97
uses : actions/checkout@v2
96
98
97
99
- name : Download artifact
98
- uses : actions/download-artifact@v1
100
+ uses : actions/download-artifact@v2
99
101
with :
100
102
name : dist
103
+ # to ensure compatibility with v1
104
+ path : dist
101
105
102
106
- name : Read CHANGELOG
103
107
id : changelog
You can’t perform that action at this time.
0 commit comments