Skip to content

Commit 6911750

Browse files
Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#934)
1 parent 13a43c3 commit 6911750

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-coverage-build-humble.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
file: ros_ws/lcov/total_coverage.info
6161
flags: unittests
6262
name: codecov-umbrella
63-
- uses: actions/upload-artifact@v3.1.3
63+
- uses: actions/upload-artifact@v4.0.0
6464
with:
6565
name: colcon-logs-coverage-humble
6666
path: ros_ws/log

.github/workflows/ci-coverage-build-iron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
file: ros_ws/lcov/total_coverage.info
6161
flags: unittests
6262
name: codecov-umbrella
63-
- uses: actions/upload-artifact@v3.1.3
63+
- uses: actions/upload-artifact@v4.0.0
6464
with:
6565
name: colcon-logs-coverage-iron
6666
path: ros_ws/log

.github/workflows/ci-coverage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
file: ros_ws/lcov/total_coverage.info
6161
flags: unittests
6262
name: codecov-umbrella
63-
- uses: actions/upload-artifact@v3.1.3
63+
- uses: actions/upload-artifact@v4.0.0
6464
with:
6565
name: colcon-logs-coverage-rolling
6666
path: ros_ws/log

.github/workflows/reusable-ros-tooling-source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
https://raw.githubusercontent.com/ros2/ros2/${{ inputs.ros2_repo_branch }}/ros2.repos
6464
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/ros2_controllers.${{ inputs.ros_distro }}.repos?token=${{ secrets.GITHUB_TOKEN }}
6565
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
66-
- uses: actions/upload-artifact@v3.1.3
66+
- uses: actions/upload-artifact@v4.0.0
6767
with:
6868
name: colcon-logs-ubuntu-22.04
6969
path: ros_ws/log

0 commit comments

Comments
 (0)