File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Download Workflow Artifact [GitHub Actions]
64
- uses : actions/download-artifact@v3
64
+ uses : actions/download-artifact@v4
65
65
with :
66
66
name : build-artifacts
67
67
path : build-artifacts
Original file line number Diff line number Diff line change 95
95
uses : actions/checkout@v4
96
96
97
97
- name : Download artifacts
98
- uses : actions/download-artifact@v3
98
+ uses : actions/download-artifact@v4
99
99
with :
100
100
name : ${{ env.ARTIFACT_NAME }}
101
101
path : ${{ env.DIST_DIR }}
@@ -181,7 +181,7 @@ jobs:
181
181
182
182
steps :
183
183
- name : Download artifact
184
- uses : actions/download-artifact@v3
184
+ uses : actions/download-artifact@v4
185
185
with :
186
186
name : ${{ env.ARTIFACT_NAME }}
187
187
path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/checkout@v4
110
110
111
111
- name : Download configuration files artifact
112
- uses : actions/download-artifact@v3
112
+ uses : actions/download-artifact@v4
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