fixed artifact@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
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: log_file
|
||||
path: ${{ env.kibot_log }}
|
||||
|
||||
- name: Store notes log
|
||||
if: ${{ always() && env.kibot_variant != 'DRAFT' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: log_file_notes
|
||||
path: kibot_run_notes.log
|
||||
|
||||
- name: Store README log
|
||||
if: ${{ always() && env.kibot_variant == 'DRAFT' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: log_file_readme
|
||||
path: kibot_run_readme.log
|
||||
|
||||
Reference in New Issue
Block a user