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 @@ -115,7 +115,7 @@ jobs:
115115 with :
116116 python-version : ${{ env.PYTHON_VERSION }}
117117
118- - uses : actions/download-artifact@v4
118+ - uses : actions/download-artifact@v5
119119 with :
120120 name : dist
121121 path : ${{ inputs.working-directory }}/dist/
@@ -210,7 +210,7 @@ jobs:
210210 with :
211211 python-version : ${{ env.PYTHON_VERSION }}
212212
213- - uses : actions/download-artifact@v4
213+ - uses : actions/download-artifact@v5
214214 with :
215215 name : dist
216216 path : ${{ inputs.working-directory }}/dist/
@@ -248,7 +248,7 @@ jobs:
248248 with :
249249 python-version : ${{ env.PYTHON_VERSION }}
250250
251- - uses : actions/download-artifact@v4
251+ - uses : actions/download-artifact@v5
252252 with :
253253 name : dist
254254 path : ${{ inputs.working-directory }}/dist/
Original file line number Diff line number Diff line change 8585 steps :
8686 - uses : actions/checkout@v4
8787
88- - uses : actions/download-artifact@v4
88+ - uses : actions/download-artifact@v5
8989 with :
9090 name : test-dist
9191 path : ${{ inputs.working-directory }}/dist/
You can’t perform that action at this time.
0 commit comments