changed upload-artifact from @v4 to @v3
This commit is contained in:
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -244,21 +244,21 @@ jobs:
|
|||||||
|
|
||||||
- name: Store log
|
- name: Store log
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: log_file
|
name: log_file
|
||||||
path: ${{ env.kibot_log }}
|
path: ${{ env.kibot_log }}
|
||||||
|
|
||||||
- name: Store notes log
|
- name: Store notes log
|
||||||
if: ${{ always() && env.kibot_variant != 'DRAFT' }}
|
if: ${{ always() && env.kibot_variant != 'DRAFT' }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: log_file_notes
|
name: log_file_notes
|
||||||
path: kibot_run_notes.log
|
path: kibot_run_notes.log
|
||||||
|
|
||||||
- name: Store README log
|
- name: Store README log
|
||||||
if: ${{ always() && env.kibot_variant == 'DRAFT' }}
|
if: ${{ always() && env.kibot_variant == 'DRAFT' }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: log_file_readme
|
name: log_file_readme
|
||||||
path: kibot_run_readme.log
|
path: kibot_run_readme.log
|
||||||
|
|||||||
Reference in New Issue
Block a user