From ab03884060f7078b28d5a9c62b5524fa57646c04 Mon Sep 17 00:00:00 2001 From: grabowski Date: Wed, 15 Oct 2025 15:43:15 +0700 Subject: [PATCH] update workflow actions to v4 --- .gitea/workflows/kibot.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/kibot.yml b/.gitea/workflows/kibot.yml index 84ddadc..c9d0017 100644 --- a/.gitea/workflows/kibot.yml +++ b/.gitea/workflows/kibot.yml @@ -421,70 +421,70 @@ jobs: chmod -R a+rw Generated || true - name: Retrieve results - All outputs - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: Automatic_outputs path: Generated - name: Retrieve results - Gerbers if: steps.config_check.outputs.found == 'true' - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: Gerbers-${{ steps.layers.outputs.layers }}layer path: Generated/Gerbers - name: Retrieve results - Assembly if: steps.config_check.outputs.found == 'true' - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: Assembly-${{ steps.layers.outputs.layers }}layer path: Generated/Assembly - name: Retrieve results - BOM if: steps.config_check.outputs.found == 'true' - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: BOM-${{ steps.layers.outputs.layers }}layer path: Generated/BoM - name: Retrieve results - Datasheets if: steps.config_check.outputs.found == 'true' - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: Datasheets path: Generated/Datasheets - name: Retrieve results - 3D Model if: steps.config_check.outputs.found == 'true' - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: 3D-Model path: Generated/3D - name: Retrieve results - Fabrication Package if: steps.config_check.outputs.found == 'true' - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: Fabrication-Package-${{ steps.layers.outputs.layers }}layer path: Generated/*.zip - name: Retrieve results - JLCPCB Package if: steps.config_check.outputs.found == 'true' - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: JLCPCB-${{ steps.layers.outputs.layers }}layer path: Generated/*_JLCPCB_compress.zip - name: Retrieve results - Interactive Viewers if: steps.config_check.outputs.found == 'true' - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: Interactive-Viewers path: Generated/Interactive - name: Retrieve results - Diff Report if: steps.generate_diff.outputs.has_diff == 'true' - uses: actions/upload-artifact@v3 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: Schematic-PCB-Diff path: Generated/DIFF @@ -498,7 +498,7 @@ jobs: - uses: actions/checkout@v4 - name: Retrieve results - uses: actions/download-artifact@v3 + uses: https://github.com/ChristopherHX/gitea-download-artifact@v4 with: name: Automatic_outputs path: Generated