Skip to content

Commit

Permalink
github: workflows: action: Update upload-artifact to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jan 16, 2025
1 parent 9a23ad2 commit 129c0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
mv output/* "dist/${{ matrix.TARGET }}"
mv target/release/bindings.h dist/
- name: Upload bin
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cpp
path: dist
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
pip3 install -U pip
pip3 install bluerobotics_navigator --no-index --find-links dist/ --force-reinstall
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python
path: dist
Expand Down

0 comments on commit 129c0ba

Please sign in to comment.