update workflow actions to v4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user