Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanLut committed Oct 26, 2024
1 parent 98786f7 commit 33cfdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
platformio run -d ${{ matrix.project }}
- name: Upload firmware binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.project }}-firmware
path: ${{ matrix.project }}/.pio/build/**/*.bin

0 comments on commit 33cfdbe

Please sign in to comment.