@@ -156,7 +156,7 @@ jobs:
156156 - name : Upload recorded run archive
157157 # Run this step even if the test step fails.
158158 if : " !cancelled()"
159- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
159+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
160160 with :
161161 name : nextest-run-${{ matrix.os }}-${{ matrix.rust-version }}
162162 path : ${{ runner.temp }}/nextest-run-archive.zip
@@ -179,7 +179,7 @@ jobs:
179179 # we're most interested in the JUnit report generated by the local
180180 # version of nextest, not the latest release.
181181 if : " !cancelled()"
182- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
182+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
183183 with :
184184 name : junit-${{ matrix.os }}-${{ matrix.rust-version }}.xml
185185 path : |
@@ -202,7 +202,7 @@ jobs:
202202 run : ./scripts/nextest-without-rustup.sh run --profile ci
203203
204204 - name : Upload nextest binary
205- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
205+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
206206 with :
207207 name : cargo-nextest-${{ matrix.os }}-${{ matrix.rust-version }}
208208 path : |
@@ -261,7 +261,7 @@ jobs:
261261
262262 # Upload the archive for use in the next job.
263263 - name : Upload archive
264- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
264+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
265265 with :
266266 name : fixture-archive
267267 path : target/fixture-archive.tar.zst
@@ -291,12 +291,12 @@ jobs:
291291 shell : bash
292292 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
293293 - name : Download nextest binary
294- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
294+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
295295 with :
296296 name : cargo-nextest-${{ matrix.data.artifact-name }}-stable
297297 path : nextest-bin
298298 - name : Download archive
299- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
299+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
300300 with :
301301 name : fixture-archive
302302 path : fixture-archive
0 commit comments