Skip to content

Commit

Permalink
build.yml: update action to resolve deprecations
Browse files Browse the repository at this point in the history
Fixes #128
  • Loading branch information
andypiper authored Jun 11, 2024
1 parent 9456341 commit 015d4ae
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 @@ -62,7 +62,7 @@ jobs:
cd ../../..
echo "{\"build\":\"$(git describe --tags --always)\", \"name\":\"$(git describe --tags --always)\"}" > micropython/ports/esp32/build-tildagon/tildagon.txt
- name: Archive firmware
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmware
path: |
Expand Down

0 comments on commit 015d4ae

Please sign in to comment.