Skip to content

Commit

Permalink
fix: Artifact uploading
Browse files Browse the repository at this point in the history
Github deprecated action/upload-artifact@v1, moved to v4.
  • Loading branch information
gbdlin committed Sep 26, 2024
1 parent aaa7987 commit cdeeb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Move artifacts
run: mkdir artifacts && cp build/canpybara.bin build/canpybara.hex build/canpybara.elf artifacts/
- name: Upload artifacts
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: binaries
path: artifacts

0 comments on commit cdeeb4f

Please sign in to comment.