chore: modify test action
[skip ci]
This commit is contained in:
parent
9590cc01d5
commit
eaa4bc79f2
1 changed files with 1 additions and 1 deletions
2
.github/actions/acc_test/action.yaml
vendored
2
.github/actions/acc_test/action.yaml
vendored
|
|
@ -248,7 +248,7 @@ runs:
|
||||||
|
|
||||||
- name: Upload test log artifact
|
- name: Upload test log artifact
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: acc_test.log
|
name: acc_test.log
|
||||||
path: "stackit/acc_test_run.log"
|
path: "stackit/acc_test_run.log"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue