Update upload-artifact action to fix build

This commit is contained in:
Oleg Kalachev 2025-01-31 03:32:09 +03:00
parent 70f63bfbe9
commit 0cb2eb5fac

View File

@ -56,7 +56,7 @@ jobs:
run: sudo apt-get install libsdl2-dev
- name: Build simulator
run: make build_simulator
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gazebo-plugin-binary
path: gazebo/build/*.so