3434 - name : Build source distribution
3535 run : pipx run build --sdist --outdir dist/
3636
37- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
37+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3838 with :
3939 name : source_distribution
4040 path : dist
5050 with :
5151 persist-credentials : false
5252
53- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
53+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
5454 with :
5555 go-version : " 1.25.4"
5656 cache : false
7171 hugo env --logLevel debug
7272
7373 - name : Upload wheels
74- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
74+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7575 with :
7676 name : wheels_windows_amd64
7777 path : ./wheelhouse/*.whl
8787 with :
8888 persist-credentials : false
8989
90- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
90+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
9191 with :
9292 go-version : " 1.25.4"
9393 cache : false
@@ -112,7 +112,7 @@ jobs:
112112 CIBW_TEST_SKIP : " *-win_arm64"
113113
114114 - name : Upload wheels
115- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
115+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
116116 with :
117117 name : wheels_windows_arm64
118118 path : ./wheelhouse/*.whl
@@ -128,7 +128,7 @@ jobs:
128128 with :
129129 persist-credentials : false
130130
131- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
131+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
132132 with :
133133 go-version : " 1.25.4"
134134 cache : false
@@ -154,7 +154,7 @@ jobs:
154154 hugo env --logLevel debug
155155
156156 - name : Upload wheels
157- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
157+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
158158 with :
159159 name : wheels_windows_i686
160160 path : ./wheelhouse/*.whl
@@ -190,7 +190,7 @@ jobs:
190190 hugo env --logLevel debug
191191
192192 - name : Upload wheels
193- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
193+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
194194 with :
195195 name : wheels_linux_amd64
196196 path : ./wheelhouse/*.whl
@@ -226,7 +226,7 @@ jobs:
226226 hugo env --logLevel debug
227227
228228 - name : Upload wheels
229- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
229+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
230230 with :
231231 name : wheels_linux_aarch64
232232 path : ./wheelhouse/*.whl
@@ -271,7 +271,7 @@ jobs:
271271 hugo env --logLevel debug
272272
273273 - name : Upload wheels
274- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
274+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
275275 with :
276276 name : wheels_linux_s390x
277277 path : ./wheelhouse/*.whl
@@ -316,7 +316,7 @@ jobs:
316316 hugo env --logLevel debug
317317
318318 - name : Upload wheels
319- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
319+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
320320 with :
321321 name : wheels_linux_ppc64le
322322 path : ./wheelhouse/*.whl
@@ -332,7 +332,7 @@ jobs:
332332 with :
333333 persist-credentials : false
334334
335- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
335+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
336336 with :
337337 go-version : " 1.25.4"
338338 cache : false
@@ -349,7 +349,7 @@ jobs:
349349 hugo env --logLevel debug
350350
351351 - name : Upload wheels
352- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
352+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
353353 with :
354354 name : wheels_macos_x86_64
355355 path : ./wheelhouse/*.whl
@@ -365,7 +365,7 @@ jobs:
365365 with :
366366 persist-credentials : false
367367
368- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
368+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
369369 with :
370370 go-version : " 1.25.4"
371371 cache : false
@@ -382,7 +382,7 @@ jobs:
382382 hugo env --logLevel debug
383383
384384 - name : Upload wheels
385- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
385+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
386386 with :
387387 name : wheels_macos_arm64
388388 path : ./wheelhouse/*.whl
0 commit comments