Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
update deprecated upload action
  • Loading branch information
fabianhugo authored Nov 5, 2024
1 parent df2468f commit 4da4c6d
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 @@ -43,7 +43,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Upload hex file
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: calliopemini-micropython-${{ steps.date.outputs.date }}-${{ github.sha }}.hex
path: build/firmware.hex

0 comments on commit 4da4c6d

Please sign in to comment.