Skip to content

Commit 6d4233d

Browse files
committed
Update GitHub Artifact Actions
1 parent 42f2e2c commit 6d4233d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

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

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Upload unsigned Windows artifact
107107
id: upload-unsigned-artifact
108108
if: endsWith(matrix.target, '-pc-windows-msvc')
109-
uses: actions/upload-artifact@v4
109+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
110110
with:
111111
name: ${{ matrix.target }}-unsigned
112112
path: target/unsigned/internal-test.exe

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
- name: Upload unsigned Windows artifact
244244
id: upload-unsigned-artifact
245245
if: endsWith(matrix.target, '-pc-windows-msvc')
246-
uses: actions/upload-artifact@v4
246+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
247247
with:
248248
name: ${{ matrix.target }}-unsigned
249249
path: target/unsigned/cargo-nextest.exe

0 commit comments

Comments
 (0)