Skip to content

Commit d475963

Browse files
committed
chore(deps): update actions/upload-artifact action to v4.4.1
1 parent 723d91a commit d475963

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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
123+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
191+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
192192
with:
193193
name: fixture-archive
194194
path: target/fixture-archive.tar.zst

0 commit comments

Comments
 (0)