Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
targets: __NONE__ # Only run preflights

- name: Upload results
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ERC_Output
path: generated
Expand All @@ -125,7 +125,7 @@ jobs:
targets: __NONE__ # Only run preflights

- name: Upload results
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: DRC_Output
path: generated
Expand Down Expand Up @@ -154,21 +154,21 @@ jobs:
verbose: 0 # use 3 for debugging

- name: Upload bill of materials files as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: manufacturing_files-bom-${{ matrix.variant }}
path: bom_files_compressed
retention-days: 7

- name: Upload schematic files as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: manufacturing_files-schematics-${{ matrix.variant }}
path: schematics
retention-days: 7

- name: Upload Gerber files as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: manufacturing_files-gerber-${{ matrix.variant }}
path: gerber_files_compressed
Expand Down