Skip to content

Commit

Permalink
Merge pull request #80 from MapsHD/mp/fix_ci
Browse files Browse the repository at this point in the history
Bump checkout action from v3 to v4
  • Loading branch information
JanuszBedkowski authored Feb 9, 2025
2 parents e122a5a + 9f4ebb8 commit 790e120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-linux-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Libs
run: sudo apt-get install libeigen3-dev libglew-dev freeglut3-dev libx11-dev libxi-dev libtbb-dev liblaszip-dev

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Configure CMake
Expand All @@ -42,7 +42,7 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}}

- name: Upload Debian package as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hd_mapping-deb
path: ${{github.workspace}}/build/*.deb
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Libs
run: sudo apt-get install libx11-dev libxi-dev libtbb-dev libegl1-mesa-dev libglu1-mesa-dev

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Configure CMake
Expand Down

0 comments on commit 790e120

Please sign in to comment.