@@ -168,7 +168,7 @@ jobs:
168168 cat pr-metadata/pr-info.json
169169
170170 - name : Upload PR metadata
171- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
171+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
172172 with :
173173 name : pr-metadata-${{ github.run_id }}
174174 path : pr-metadata/
@@ -224,7 +224,7 @@ jobs:
224224 # a trusted commit, not from PR checkout. This is critical for security.
225225 - name : Setup test environment
226226 if : steps.should_run.outputs.run == 'true'
227- uses : llamastack/llama-stack/.github/actions/setup-test-environment@4a4f48ffda71163aba27360a8cb172d4fddb398c
227+ uses : llamastack/llama-stack/.github/actions/setup-test-environment@700b202df7e520c1b19977e97657b3aebc055e56
228228 with :
229229 python-version : " 3.12"
230230 client-version : " latest"
@@ -234,7 +234,7 @@ jobs:
234234
235235 - name : Run and record tests
236236 if : steps.should_run.outputs.run == 'true'
237- uses : llamastack/llama-stack/.github/actions/run-and-record-tests@4a4f48ffda71163aba27360a8cb172d4fddb398c
237+ uses : llamastack/llama-stack/.github/actions/run-and-record-tests@700b202df7e520c1b19977e97657b3aebc055e56
238238 env :
239239 OPENAI_API_KEY : ${{ matrix.provider.setup == 'gpt' && secrets.OPENAI_API_KEY || '' }}
240240 AZURE_API_KEY : ${{ matrix.provider.setup == 'azure' && secrets.AZURE_API_KEY || '' }}
@@ -258,7 +258,7 @@ jobs:
258258 # Upload recordings as artifacts for the companion workflow to commit
259259 - name : Upload recordings as artifacts
260260 if : steps.should_run.outputs.run == 'true'
261- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
261+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
262262 with :
263263 name : recordings-${{ matrix.provider.setup }}-${{ github.run_id }}-${{ github.run_attempt || '1' }}
264264 path : |
0 commit comments