File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed
dependabot/workflow-template-copies/.github/workflows Expand file tree Collapse file tree 10 files changed +16
-16
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 }}
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
steps :
127
127
- name : Download artifact
128
- uses : actions/download-artifact@v2
128
+ uses : actions/download-artifact@v3
129
129
with :
130
130
name : ${{ env.ARTIFACT_NAME }}
131
131
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
114
114
steps :
115
115
- name : Download combined builds artifact
116
- uses : actions/download-artifact@v2
116
+ uses : actions/download-artifact@v3
117
117
with :
118
118
name : ${{ env.BUILDS_ARTIFACT }}
119
119
path : ${{ env.BUILDS_ARTIFACT }}
Original file line number Diff line number Diff line change 65
65
uses : actions/checkout@v3
66
66
67
67
- name : Download artifacts
68
- uses : actions/download-artifact@v2
68
+ uses : actions/download-artifact@v3
69
69
with :
70
70
name : ${{ env.ARTIFACT_NAME }}
71
71
path : ${{ env.DIST_DIR }}
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
steps :
139
139
- name : Download artifact
140
- uses : actions/download-artifact@v2
140
+ uses : actions/download-artifact@v3
141
141
with :
142
142
name : ${{ env.ARTIFACT_NAME }}
143
143
path : ${{ env.DIST_DIR }}
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 }}
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
steps :
132
132
- name : Download artifact
133
- uses : actions/download-artifact@v2
133
+ uses : actions/download-artifact@v3
134
134
with :
135
135
name : ${{ env.ARTIFACT_NAME }}
136
136
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
uses : actions/checkout@v3
109
109
110
110
- name : Download configuration files artifact
111
- uses : actions/download-artifact@v2
111
+ uses : actions/download-artifact@v3
112
112
with :
113
113
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
114
114
path : ${{ env.CONFIGURATIONS_FOLDER }}
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 }}
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
steps :
127
127
- name : Download artifact
128
- uses : actions/download-artifact@v2
128
+ uses : actions/download-artifact@v3
129
129
with :
130
130
name : ${{ env.ARTIFACT_NAME }}
131
131
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
114
114
steps :
115
115
- name : Download combined builds artifact
116
- uses : actions/download-artifact@v2
116
+ uses : actions/download-artifact@v3
117
117
with :
118
118
name : ${{ env.BUILDS_ARTIFACT }}
119
119
path : ${{ env.BUILDS_ARTIFACT }}
Original file line number Diff line number Diff line change 65
65
uses : actions/checkout@v3
66
66
67
67
- name : Download artifacts
68
- uses : actions/download-artifact@v2
68
+ uses : actions/download-artifact@v3
69
69
with :
70
70
name : ${{ env.ARTIFACT_NAME }}
71
71
path : ${{ env.DIST_DIR }}
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
steps :
139
139
- name : Download artifact
140
- uses : actions/download-artifact@v2
140
+ uses : actions/download-artifact@v3
141
141
with :
142
142
name : ${{ env.ARTIFACT_NAME }}
143
143
path : ${{ env.DIST_DIR }}
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 }}
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
steps :
132
132
- name : Download artifact
133
- uses : actions/download-artifact@v2
133
+ uses : actions/download-artifact@v3
134
134
with :
135
135
name : ${{ env.ARTIFACT_NAME }}
136
136
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
uses : actions/checkout@v3
109
109
110
110
- name : Download configuration files artifact
111
- uses : actions/download-artifact@v2
111
+ uses : actions/download-artifact@v3
112
112
with :
113
113
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
114
114
path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments