File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 uses : actions/checkout@v4
200200
201201 - name : Download non-notarized artifact
202- uses : actions/download-artifact@v4
202+ uses : actions/download-artifact@v5
203203 with :
204204 name : ${{ env.ARTIFACT_PREFIX }}${{ env.ARTIFACT_SUFFIX }}
205205 path : ${{ env.DIST_DIR }}
@@ -277,7 +277,7 @@ jobs:
277277 uses : actions/checkout@v4
278278
279279 - name : Download artifact
280- uses : actions/download-artifact@v4
280+ uses : actions/download-artifact@v5
281281 with :
282282 merge-multiple : true
283283 path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 uses : actions/checkout@v4
110110
111111 - name : Download configuration file artifacts
112- uses : actions/download-artifact@v4
112+ uses : actions/download-artifact@v5
113113 with :
114114 merge-multiple : true
115115 pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
You can’t perform that action at this time.
0 commit comments