fixed artifact@v4 to @v3

This commit is contained in:
2026-02-17 19:06:27 -05:00
parent 1d094e6a04
commit 161a23adf8

View File

@@ -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