|
77 | 77 | working-directory: ${{ inputs.working-directory }} |
78 | 78 |
|
79 | 79 | - name: Upload build |
80 | | - uses: actions/upload-artifact@v4 |
| 80 | + uses: actions/upload-artifact@v5 |
81 | 81 | with: |
82 | 82 | name: dist |
83 | 83 | path: ${{ inputs.working-directory }}/dist/ |
@@ -208,7 +208,7 @@ jobs: |
208 | 208 | steps: |
209 | 209 | - uses: actions/checkout@v5 |
210 | 210 |
|
211 | | - - uses: actions/download-artifact@v5 |
| 211 | + - uses: actions/download-artifact@v6 |
212 | 212 | with: |
213 | 213 | name: dist |
214 | 214 | path: ${{ inputs.working-directory }}/dist/ |
@@ -258,7 +258,7 @@ jobs: |
258 | 258 | with: |
259 | 259 | python-version: ${{ env.PYTHON_VERSION }} |
260 | 260 |
|
261 | | - - uses: actions/download-artifact@v5 |
| 261 | + - uses: actions/download-artifact@v6 |
262 | 262 | with: |
263 | 263 | name: dist |
264 | 264 | path: ${{ inputs.working-directory }}/dist/ |
@@ -428,7 +428,7 @@ jobs: |
428 | 428 | with: |
429 | 429 | python-version: ${{ env.PYTHON_VERSION }} |
430 | 430 |
|
431 | | - - uses: actions/download-artifact@v5 |
| 431 | + - uses: actions/download-artifact@v6 |
432 | 432 | if: startsWith(inputs.working-directory, 'libs/core') |
433 | 433 | with: |
434 | 434 | name: dist |
@@ -497,7 +497,7 @@ jobs: |
497 | 497 | with: |
498 | 498 | python-version: ${{ env.PYTHON_VERSION }} |
499 | 499 |
|
500 | | - - uses: actions/download-artifact@v5 |
| 500 | + - uses: actions/download-artifact@v6 |
501 | 501 | with: |
502 | 502 | name: dist |
503 | 503 | path: ${{ inputs.working-directory }}/dist/ |
@@ -537,7 +537,7 @@ jobs: |
537 | 537 | with: |
538 | 538 | python-version: ${{ env.PYTHON_VERSION }} |
539 | 539 |
|
540 | | - - uses: actions/download-artifact@v5 |
| 540 | + - uses: actions/download-artifact@v6 |
541 | 541 | with: |
542 | 542 | name: dist |
543 | 543 | path: ${{ inputs.working-directory }}/dist/ |
|
0 commit comments