Skip to content

Commit

Permalink
fix v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lavoisier-zz committed Oct 7, 2024
1 parent 31a4aa3 commit b378514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-OSW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Compile language ${{ matrix.language }} model ${{ matrix.model }}
run: python3 .github/buildFirmware.py -l "${{ matrix.language }}" -m "${{ matrix.model }}" -b "${{ matrix.build-configuration }}"
- name: Upload firmware artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmwares
path: "*.bin"
Expand Down

0 comments on commit b378514

Please sign in to comment.