|
34 | 34 | - name: Build source distribution |
35 | 35 | run: pipx run build --sdist --outdir dist/ |
36 | 36 |
|
37 | | - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 37 | + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
38 | 38 | with: |
39 | 39 | name: source_distribution |
40 | 40 | path: dist |
|
66 | 66 | hugo env --logLevel debug |
67 | 67 |
|
68 | 68 | - name: Upload wheels |
69 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 69 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
70 | 70 | with: |
71 | 71 | name: wheels_windows_amd64 |
72 | 72 | path: ./wheelhouse/*.whl |
@@ -106,7 +106,7 @@ jobs: |
106 | 106 | CIBW_TEST_SKIP: "*-win_arm64" |
107 | 107 |
|
108 | 108 | - name: Upload wheels |
109 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 109 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
110 | 110 | with: |
111 | 111 | name: wheels_windows_arm64 |
112 | 112 | path: ./wheelhouse/*.whl |
@@ -147,7 +147,7 @@ jobs: |
147 | 147 | hugo env --logLevel debug |
148 | 148 |
|
149 | 149 | - name: Upload wheels |
150 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 150 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
151 | 151 | with: |
152 | 152 | name: wheels_windows_i686 |
153 | 153 | path: ./wheelhouse/*.whl |
@@ -178,7 +178,7 @@ jobs: |
178 | 178 | hugo env --logLevel debug |
179 | 179 |
|
180 | 180 | - name: Upload wheels |
181 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 181 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
182 | 182 | with: |
183 | 183 | name: wheels_linux_amd64 |
184 | 184 | path: ./wheelhouse/*.whl |
@@ -214,7 +214,7 @@ jobs: |
214 | 214 | hugo env --logLevel debug |
215 | 215 |
|
216 | 216 | - name: Upload wheels |
217 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 217 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
218 | 218 | with: |
219 | 219 | name: wheels_linux_aarch64 |
220 | 220 | path: ./wheelhouse/*.whl |
@@ -250,7 +250,7 @@ jobs: |
250 | 250 | hugo env --logLevel debug |
251 | 251 |
|
252 | 252 | - name: Upload wheels |
253 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 253 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
254 | 254 | with: |
255 | 255 | name: wheels_linux_s390x |
256 | 256 | path: ./wheelhouse/*.whl |
@@ -286,7 +286,7 @@ jobs: |
286 | 286 | hugo env --logLevel debug |
287 | 287 |
|
288 | 288 | - name: Upload wheels |
289 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 289 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
290 | 290 | with: |
291 | 291 | name: wheels_linux_ppc64le |
292 | 292 | path: ./wheelhouse/*.whl |
@@ -314,7 +314,7 @@ jobs: |
314 | 314 | hugo env --logLevel debug |
315 | 315 |
|
316 | 316 | - name: Upload wheels |
317 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 317 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
318 | 318 | with: |
319 | 319 | name: wheels_macos_x86_64 |
320 | 320 | path: ./wheelhouse/*.whl |
@@ -342,7 +342,7 @@ jobs: |
342 | 342 | hugo env --logLevel debug |
343 | 343 |
|
344 | 344 | - name: Upload wheels |
345 | | - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |
| 345 | + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 |
346 | 346 | with: |
347 | 347 | name: wheels_macos_arm64 |
348 | 348 | path: ./wheelhouse/*.whl |
|
0 commit comments