|
32 | 32 | run: uv build --wheel |
33 | 33 | - name: Upload wheel artifact |
34 | 34 | if: ${{ needs.pre_job.outputs.should_skip != 'true' }} |
35 | | - uses: actions/upload-artifact@v4 |
| 35 | + uses: actions/upload-artifact@v7 |
36 | 36 | with: |
37 | 37 | name: wheel |
38 | 38 | path: dist/*.whl |
|
49 | 49 | - uses: actions/checkout@v6 |
50 | 50 | - name: Download wheel artifact |
51 | 51 | if: ${{ needs.pre_job.outputs.should_skip != 'true' }} |
52 | | - uses: actions/download-artifact@v4 |
| 52 | + uses: actions/download-artifact@v8 |
53 | 53 | with: |
54 | 54 | name: wheel |
55 | 55 | path: dist/ |
|
80 | 80 | - uses: actions/checkout@v6 |
81 | 81 | - name: Download wheel artifact |
82 | 82 | if: ${{ needs.pre_job.outputs.should_skip != 'true' }} |
83 | | - uses: actions/download-artifact@v4 |
| 83 | + uses: actions/download-artifact@v8 |
84 | 84 | with: |
85 | 85 | name: wheel |
86 | 86 | path: dist/ |
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | - uses: actions/checkout@v6 |
113 | 113 | - name: Download wheel artifact |
114 | 114 | if: ${{ needs.pre_job.outputs.should_skip != 'true' }} |
115 | | - uses: actions/download-artifact@v4 |
| 115 | + uses: actions/download-artifact@v8 |
116 | 116 | with: |
117 | 117 | name: wheel |
118 | 118 | path: dist/ |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 | - uses: actions/checkout@v6 |
150 | 150 | - name: Download wheel artifact |
151 | 151 | if: ${{ needs.pre_job.outputs.should_skip != 'true' }} |
152 | | - uses: actions/download-artifact@v4 |
| 152 | + uses: actions/download-artifact@v8 |
153 | 153 | with: |
154 | 154 | name: wheel |
155 | 155 | path: dist/ |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | - uses: actions/checkout@v6 |
200 | 200 | - name: Download wheel artifact |
201 | 201 | if: ${{ needs.pre_job.outputs.should_skip != 'true' }} |
202 | | - uses: actions/download-artifact@v4 |
| 202 | + uses: actions/download-artifact@v8 |
203 | 203 | with: |
204 | 204 | name: wheel |
205 | 205 | path: dist/ |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 | - uses: actions/checkout@v6 |
229 | 229 | - name: Download wheel artifact |
230 | 230 | if: ${{ needs.pre_job.outputs.should_skip != 'true' }} |
231 | | - uses: actions/download-artifact@v4 |
| 231 | + uses: actions/download-artifact@v8 |
232 | 232 | with: |
233 | 233 | name: wheel |
234 | 234 | path: dist/ |
|
0 commit comments