File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 working-directory : ${{ inputs.working-directory }}
5555
5656 - name : Upload build
57- uses : actions/upload-artifact@v3
57+ uses : actions/upload-artifact@v4
5858 with :
5959 name : dist
6060 path : ${{ inputs.working-directory }}/dist/
@@ -210,7 +210,7 @@ jobs:
210210 working-directory : ${{ inputs.working-directory }}
211211 cache-key : release
212212
213- - uses : actions/download-artifact@v3
213+ - uses : actions/download-artifact@v4
214214 with :
215215 name : dist
216216 path : ${{ inputs.working-directory }}/dist/
@@ -249,7 +249,7 @@ jobs:
249249 python-version : ${{ env.PYTHON_VERSION }}
250250 poetry-version : ${{ env.POETRY_VERSION }}
251251 working-directory : ${{ inputs.working-directory }}
252- cache-key : release
252+ cache-key : releaseartifact@v4
253253
254254 - uses : actions/download-artifact@v3
255255 with :
Original file line number Diff line number Diff line change 4848 working-directory : ${{ inputs.working-directory }}
4949
5050 - name : Upload build
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : test-dist
5454 path : ${{ inputs.working-directory }}/dist/
7676 steps :
7777 - uses : actions/checkout@v4
7878
79- - uses : actions/download-artifact@v3
79+ - uses : actions/download-artifact@v4
8080 with :
8181 name : test-dist
8282 path : ${{ inputs.working-directory }}/dist/
You can’t perform that action at this time.
0 commit comments