Skip to content

Commit 6d081d7

Browse files
committed
chore(deps): update actions/upload-artifact action to v4.3.5
1 parent 47e68c3 commit 6d081d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: ./scripts/nextest-without-rustup.sh run --profile ci
109109

110110
- name: Upload nextest binary
111-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
111+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
112112
with:
113113
name: cargo-nextest-${{ matrix.os }}-${{ matrix.rust-version }}
114114
path: |
@@ -176,7 +176,7 @@ jobs:
176176

177177
# Upload the archive for use in the next job.
178178
- name: Upload archive
179-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
179+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
180180
with:
181181
name: fixture-archive
182182
path: target/fixture-archive.tar.zst

0 commit comments

Comments
 (0)