Skip to content

Commit 77cbd16

Browse files
committed
Update GitHub Artifact Actions
1 parent 008802b commit 77cbd16

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Upload unsigned Windows artifact
109109
id: upload-unsigned-artifact
110110
if: endsWith(matrix.target, '-pc-windows-msvc')
111-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
111+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
112112
with:
113113
name: ${{ matrix.target }}-unsigned
114114
path: target/unsigned/internal-test.exe

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
- name: Upload unsigned Windows artifact
252252
id: upload-unsigned-artifact
253253
if: endsWith(matrix.target, '-pc-windows-msvc')
254-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
254+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
255255
with:
256256
name: ${{ matrix.target }}-unsigned
257257
path: target/unsigned/cargo-nextest.exe

0 commit comments

Comments
 (0)