Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Use upload-artifact v4
  • Loading branch information
Kampi committed Jul 18, 2024
1 parent 2b312fc commit bf988b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
mv ../production/PCBWay ../production/${{ matrix.device_type }}/ordering/PCBWay
- name: Upload Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.device_type }}
path: |
Expand Down

0 comments on commit bf988b4

Please sign in to comment.