File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 97
97
uses : actions/checkout@v4
98
98
99
99
- name : Download artifacts
100
- uses : actions/download-artifact@v3
100
+ uses : actions/download-artifact@v4
101
101
with :
102
102
name : ${{ env.ARTIFACT_NAME }}
103
103
path : ${{ env.DIST_DIR }}
@@ -190,7 +190,7 @@ jobs:
190
190
191
191
steps :
192
192
- name : Download artifact
193
- uses : actions/download-artifact@v3
193
+ uses : actions/download-artifact@v4
194
194
with :
195
195
name : ${{ env.ARTIFACT_NAME }}
196
196
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
uses : actions/checkout@v4
125
125
126
126
- name : Download configuration files artifact
127
- uses : actions/download-artifact@v3
127
+ uses : actions/download-artifact@v4
128
128
with :
129
129
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
130
130
path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments