File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
uses : actions/checkout@v3
54
54
55
55
- name : Download artifacts
56
- uses : actions/download-artifact@v2
56
+ uses : actions/download-artifact@v3
57
57
with :
58
58
name : ${{ env.ARTIFACT_NAME }}
59
59
path : ${{ env.DIST_DIR }}
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
steps :
123
123
- name : Download artifact
124
- uses : actions/download-artifact@v2
124
+ uses : actions/download-artifact@v3
125
125
with :
126
126
name : ${{ env.ARTIFACT_NAME }}
127
127
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
116
116
steps :
117
117
- name : Download combined builds artifact
118
- uses : actions/download-artifact@v2
118
+ uses : actions/download-artifact@v3
119
119
with :
120
120
name : ${{ env.BUILDS_ARTIFACT }}
121
121
path : ${{ env.BUILDS_ARTIFACT }}
Original file line number Diff line number Diff line change 58
58
uses : actions/checkout@v3
59
59
60
60
- name : Download artifacts
61
- uses : actions/download-artifact@v2
61
+ uses : actions/download-artifact@v3
62
62
with :
63
63
name : ${{ env.ARTIFACT_NAME }}
64
64
path : ${{ env.DIST_DIR }}
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
steps :
128
128
- name : Download artifact
129
- uses : actions/download-artifact@v2
129
+ uses : actions/download-artifact@v3
130
130
with :
131
131
name : ${{ env.ARTIFACT_NAME }}
132
132
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/checkout@v3
110
110
111
111
- name : Download configuration files artifact
112
- uses : actions/download-artifact@v2
112
+ uses : actions/download-artifact@v3
113
113
with :
114
114
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
115
115
path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments