|
40 | 40 | with: |
41 | 41 | persist-credentials: false |
42 | 42 | - name: Install uv |
43 | | - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7 |
| 43 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 |
44 | 44 | with: |
45 | 45 | python-version: ${{ env.PYTHON_VERSION }} |
46 | 46 |
|
|
59 | 59 | run: uv build |
60 | 60 |
|
61 | 61 | - name: Upload build |
62 | | - uses: actions/upload-artifact@v4 |
| 62 | + uses: actions/upload-artifact@v5 |
63 | 63 | with: |
64 | 64 | name: dist |
65 | 65 | path: ${{ inputs.working-directory }}/dist/ |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | # used in the real world. |
109 | 109 |
|
110 | 110 | - name: Install uv |
111 | | - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7 |
| 111 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 |
112 | 112 | with: |
113 | 113 | python-version: ${{ env.PYTHON_VERSION }} |
114 | 114 |
|
@@ -209,11 +209,11 @@ jobs: |
209 | 209 | persist-credentials: false |
210 | 210 |
|
211 | 211 | - name: Install uv |
212 | | - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7 |
| 212 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 |
213 | 213 | with: |
214 | 214 | python-version: ${{ env.PYTHON_VERSION }} |
215 | 215 |
|
216 | | - - uses: actions/download-artifact@v5 |
| 216 | + - uses: actions/download-artifact@v6 |
217 | 217 | with: |
218 | 218 | name: dist |
219 | 219 | path: ${{ inputs.working-directory }}/dist/ |
@@ -248,11 +248,11 @@ jobs: |
248 | 248 | with: |
249 | 249 | persist-credentials: false |
250 | 250 | - name: Install uv |
251 | | - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7 |
| 251 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 |
252 | 252 | with: |
253 | 253 | python-version: ${{ env.PYTHON_VERSION }} |
254 | 254 |
|
255 | | - - uses: actions/download-artifact@v5 |
| 255 | + - uses: actions/download-artifact@v6 |
256 | 256 | with: |
257 | 257 | name: dist |
258 | 258 | path: ${{ inputs.working-directory }}/dist/ |
|
0 commit comments