Skip to content

Commit

Permalink
Bump actions versions (#1820)
Browse files Browse the repository at this point in the history
- Bump actions/checkout to v4
- Bump actions/upload-artifact to v4

Signed-off-by: Michael Orlov <[email protected]>
(cherry picked from commit 5b5323d)
  • Loading branch information
MichaelOrlov authored and mergify[bot] committed Sep 24, 2024
1 parent 9f766bf commit 989f4f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
linter: [copyright, xmllint]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
linter: [cppcheck, cpplint, uncrustify]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- linter: clang_format
arguments: "--config rosbag2_storage_mcap/.clang-format"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
Expand All @@ -92,7 +92,7 @@ jobs:
matrix:
linter: [pep257, flake8]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
source /opt/ros/humble/setup.sh && colcon test --mixin linters-skip --packages-select ${rosbag2_packages} --packages-skip rosbag2_performance_benchmarking --event-handlers console_cohesion+ --return-code-on-test-failure --ctest-args "-L xfail" --pytest-args "-m xfail"
working-directory: ${{ steps.action-ros-ci.outputs.ros-workspace-directory-name }}
shell: bash
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: colcon-logs
path: ros_ws/log

0 comments on commit 989f4f2

Please sign in to comment.