3737 - runner : ubuntu-22.04
3838 target : ppc64le
3939 steps :
40- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
40+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141 with :
4242 persist-credentials : false
4343 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5050 args : --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i pypy-3.9 -i pypy-3.10 --manifest-path crates/pyaugurs/Cargo.toml
5151 manylinux : auto
5252 - name : Upload wheels
53- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
53+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5454 with :
5555 name : wheels-linux-${{ matrix.platform.target }}
5656 path : dist
6969 - runner : ubuntu-22.04
7070 target : armv7
7171 steps :
72- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
72+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7373 with :
7474 persist-credentials : false
7575 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
8282 args : --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i pypy-3.9 -i pypy-3.10 --manifest-path crates/pyaugurs/Cargo.toml
8383 manylinux : musllinux_1_2
8484 - name : Upload wheels
85- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
85+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
8686 with :
8787 name : wheels-musllinux-${{ matrix.platform.target }}
8888 path : dist
9797 - runner : windows-2022
9898 target : x86
9999 steps :
100- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
100+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
101101 with :
102102 persist-credentials : false
103103 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
@@ -110,7 +110,7 @@ jobs:
110110 target : ${{ matrix.platform.target }}
111111 args : --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 --manifest-path crates/pyaugurs/Cargo.toml
112112 - name : Upload wheels
113- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
113+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
114114 with :
115115 name : wheels-windows-${{ matrix.platform.target }}
116116 path : dist
@@ -125,7 +125,7 @@ jobs:
125125 - runner : macos-15-intel
126126 target : x86_64
127127 steps :
128- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
128+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
129129 with :
130130 persist-credentials : false
131131 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
@@ -137,15 +137,15 @@ jobs:
137137 target : ${{ matrix.platform.target }}
138138 args : --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i pypy-3.9 -i pypy-3.10 --manifest-path crates/pyaugurs/Cargo.toml
139139 - name : Upload wheels
140- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
140+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
141141 with :
142142 name : wheels-macos-${{ matrix.platform.target }}
143143 path : dist
144144
145145 sdist :
146146 runs-on : ubuntu-latest
147147 steps :
148- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
148+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
149149 with :
150150 persist-credentials : false
151151 - name : Build sdist
@@ -154,7 +154,7 @@ jobs:
154154 command : sdist
155155 args : --out dist --manifest-path crates/pyaugurs/Cargo.toml
156156 - name : Upload sdist
157- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
157+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
158158 with :
159159 name : wheels-sdist
160160 path : dist
@@ -172,7 +172,7 @@ jobs:
172172 # Used to generate artifact attestation
173173 attestations : write
174174 steps :
175- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
175+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
176176 - name : Generate artifact attestation
177177 uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
178178 with :
0 commit comments