Skip to content

Commit

Permalink
Use latest upload-artifact
Browse files Browse the repository at this point in the history
v3 is deprecated
  • Loading branch information
ldab authored and jakkra committed Jul 1, 2024
1 parent 9947a4f commit a44528e
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 @@ -66,7 +66,7 @@ jobs:
west build app --build-dir ${{ matrix.board }}_${{ matrix.built_type }} -p -b ${{ matrix.board }} -- -DOVERLAY_CONFIG=boards/${{ matrix.built_type }}.conf
- name : Upload Firmware
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.3
with:
name: ${{ matrix.board }}_${{ matrix.built_type }}
path: |
Expand Down

0 comments on commit a44528e

Please sign in to comment.