Skip to content

Commit b0e2859

Browse files
Update upload-artifact to @V3.
Removes node 12 deprecation warning on pipeline page.
1 parent 63f85de commit b0e2859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kibot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc,run_drc -v
6666
- name: Upload KiBot Output
67-
uses: actions/upload-artifact@v2
67+
uses: actions/upload-artifact@v3
6868
if: ${{success()}}
6969
with:
7070
name: Build-Outputs

0 commit comments

Comments
 (0)