Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# so a teammate can grab the matching binary and flash via M5Burner /
# esptool.py without re-running the build themselves.
- name: Upload firmware binary
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: firmware-${{ matrix.env }}
path: .pio/build/${{ matrix.env }}/firmware.bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Upload binaries as workflow artifact (manual dry run only)
if: steps.meta.outputs.mode == 'test'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: pixel-pets-firmware-${{ steps.meta.outputs.version }}
path: release-bins/*.bin
Expand Down
Loading