File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 86
86
path/to/dir-[23]/*
87
87
!path/to/dir-3/*.txt
88
88
89
- # Verify artifacts. Switch to download-artifact@v2 once it's out of preview
90
-
91
89
# Download Artifact #1 and verify the correctness of the content
92
90
- name : ' Download artifact #1'
93
- uses : actions/download-artifact@v1
91
+ uses : actions/download-artifact@v3
94
92
with :
95
93
name : ' Artifact-A'
96
94
path : some/new/path
@@ -110,7 +108,7 @@ jobs:
110
108
111
109
# Download Artifact #2 and verify the correctness of the content
112
110
- name : ' Download artifact #2'
113
- uses : actions/download-artifact@v1
111
+ uses : actions/download-artifact@v3
114
112
with :
115
113
name : ' artifact'
116
114
path : some/other/path
@@ -131,7 +129,7 @@ jobs:
131
129
132
130
# Download Artifact #3 and verify the correctness of the content
133
131
- name : ' Download artifact #3'
134
- uses : actions/download-artifact@v1
132
+ uses : actions/download-artifact@v3
135
133
with :
136
134
name : ' GZip-Artifact'
137
135
path : gzip/artifact/path
@@ -151,7 +149,7 @@ jobs:
151
149
shell : pwsh
152
150
153
151
- name : ' Download artifact #4'
154
- uses : actions/download-artifact@v1
152
+ uses : actions/download-artifact@v3
155
153
with :
156
154
name : ' Multi-Path-Artifact'
157
155
path : multi/artifact
You can’t perform that action at this time.
0 commit comments