Skip to content

Commit

Permalink
github: bump upload-artifact to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed Apr 10, 2024
1 parent 2e3f10f commit 2f05798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
make -C build
- name: 'Upload binary'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pico-uart-bridge.uf2
path: build/uart_bridge.uf2
Expand Down

0 comments on commit 2f05798

Please sign in to comment.