Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer authored Dec 24, 2024
1 parent e44679d commit 3bf3573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
run: mv docs/awtrix2_flasher/firmware/new-manifest.json docs/awtrix2_flasher/firmware/manifest.json

- name: Upload ulanzi firmware as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ulanzi_firmware
path: .pio/build/ulanzi/firmware.bin

- name: Upload awtrix2_upgrade firmware as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: awtrix2_upgrade_firmware
path: .pio/build/awtrix2_upgrade/firmware.bin
Expand Down

0 comments on commit 3bf3573

Please sign in to comment.