Skip to content

Commit

Permalink
Upped upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Dec 21, 2024
1 parent 1586235 commit 9bb7498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
pio run --environment ${{ matrix.board }}
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.this_product }}-${{ matrix.board }}-${{ env.iotsa_ref }}.bin
path: .pio/build/${{ matrix.board }}/firmware.bin

0 comments on commit 9bb7498

Please # to comment.