diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c0b10f..dfa51bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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