Skip to content

Commit 5ad04dc

Browse files
committed
chore(deps): update actions/upload-artifact action to v4.4.3
1 parent 50e0988 commit 5ad04dc

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
@@ -120,7 +120,7 @@ jobs:
120120
run: ./scripts/nextest-without-rustup.sh run --profile ci
121121

122122
- name: Upload nextest binary
123-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
123+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
124124
with:
125125
name: cargo-nextest-${{ matrix.os }}-${{ matrix.rust-version }}
126126
path: |
@@ -188,7 +188,7 @@ jobs:
188188

189189
# Upload the archive for use in the next job.
190190
- name: Upload archive
191-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
191+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
192192
with:
193193
name: fixture-archive
194194
path: target/fixture-archive.tar.zst

0 commit comments

Comments
 (0)