mirror of
https://github.com/openai/codex.git
synced 2026-05-19 10:43:38 +00:00
Pin nextest archive download action
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
2
.github/workflows/rust-ci-full.yml
vendored
2
.github/workflows/rust-ci-full.yml
vendored
@@ -708,7 +708,7 @@ jobs:
|
||||
tool: nextest
|
||||
version: 0.9.103
|
||||
- name: Download nextest archive
|
||||
uses: actions/download-artifact@v7.0.0
|
||||
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||
with:
|
||||
name: nextest-archive-${{ env.TEST_TARGET }}
|
||||
path: ${{ runner.temp }}/nextest-archive
|
||||
|
||||
Reference in New Issue
Block a user