@@ -129,7 +129,7 @@ jobs:
129129 # we're most interested in the JUnit report generated by the local
130130 # version of nextest, not the latest release.
131131 if : " !cancelled()"
132- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
132+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
133133 with :
134134 name : junit-${{ matrix.os }}-${{ matrix.rust-version }}.xml
135135 path : |
@@ -152,7 +152,7 @@ jobs:
152152 run : ./scripts/nextest-without-rustup.sh run --profile ci
153153
154154 - name : Upload nextest binary
155- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
155+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
156156 with :
157157 name : cargo-nextest-${{ matrix.os }}-${{ matrix.rust-version }}
158158 path : |
@@ -211,7 +211,7 @@ jobs:
211211
212212 # Upload the archive for use in the next job.
213213 - name : Upload archive
214- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
214+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
215215 with :
216216 name : fixture-archive
217217 path : target/fixture-archive.tar.zst
@@ -234,12 +234,12 @@ jobs:
234234 steps :
235235 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
236236 - name : Download nextest binary
237- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
237+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
238238 with :
239239 name : cargo-nextest-${{ matrix.data.artifact-name }}-stable
240240 path : nextest-bin
241241 - name : Download archive
242- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
242+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
243243 with :
244244 name : fixture-archive
245245 path : fixture-archive
0 commit comments