File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments