File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 npm i --ignore-scripts --loglevel=silly --no-save $dev_requirements
166166 - name : fetch build artifact
167167 # see https://github.com/actions/download-artifact
168- uses : actions/download-artifact@v5
168+ uses : actions/download-artifact@v6
169169 with :
170170 name : dist
171171 path : dist
@@ -223,7 +223,7 @@ jobs:
223223 package-manager-cache : false
224224 - name : fetch build artifact
225225 # see https://github.com/actions/download-artifact
226- uses : actions/download-artifact@v5
226+ uses : actions/download-artifact@v6
227227 with :
228228 name : dist
229229 path : dist
@@ -243,7 +243,7 @@ jobs:
243243 steps :
244244 - name : fetch test artifacts
245245 # see https://github.com/actions/download-artifact
246- uses : actions/download-artifact@v5
246+ uses : actions/download-artifact@v6
247247 with :
248248 pattern : ' ${{ env.TESTS_REPORTS_ARTIFACT }}_*'
249249 merge-multiple : true
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 steps :
167167 - name : fetch release result
168168 # see https://github.com/actions/download-artifact
169- uses : actions/download-artifact@v5
169+ uses : actions/download-artifact@v6
170170 with :
171171 name : ${{ env.PACKED_ARTIFACT }}
172172 path : ${{ env.ASSETS_DIR }}
You can’t perform that action at this time.
0 commit comments