forked from phoenix-oss/llama-stack-mirror
build(deps): bump actions/upload-artifact from 3 to 4 (#1486)
This commit is contained in:
parent
9028407386
commit
9506012736
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ jobs:
|
||||||
- name: "PR - Upload Test Summary"
|
- name: "PR - Upload Test Summary"
|
||||||
id: pr_test_summary_upload
|
id: pr_test_summary_upload
|
||||||
if: github.event_name == 'pull_request_target'
|
if: github.event_name == 'pull_request_target'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test-summary
|
name: test-summary
|
||||||
path: test-summary.md
|
path: test-summary.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue