We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f85de commit b0e2859Copy full SHA for b0e2859
1 file changed
.github/workflows/kibot.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc,run_drc -v
66
- name: Upload KiBot Output
67
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
68
if: ${{success()}}
69
with:
70
name: Build-Outputs
0 commit comments