Skip to content

Commit

Permalink
Update workflow to use newer upload-artifact action.
Browse files Browse the repository at this point in the history
This should fix warnings about deprecated Node.js 16 actions.
  • Loading branch information
tomwardio committed Feb 9, 2024
1 parent 842d70a commit 992e592
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 @@ -41,7 +41,7 @@ jobs:
ports/rp2/build-RPI_PICO_W/pico_train_display.uf2
popd
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pico_train_display
path: micropython/ports/rp2/build-RPI_PICO_W/pico_train_display.uf2
Expand Down

0 comments on commit 992e592

Please sign in to comment.