From e98eef8988b4076013844dfe3888731cf332d73d Mon Sep 17 00:00:00 2001 From: Bence Magyar Date: Sat, 11 Nov 2023 13:52:16 +0000 Subject: [PATCH] use humble job names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christoph Fröhlich --- .github/workflows/ci-coverage-build-humble.yml | 2 +- .github/workflows/ci-coverage-build-iron.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-coverage-build-humble.yml b/.github/workflows/ci-coverage-build-humble.yml index da751e9718..46922ccaac 100644 --- a/.github/workflows/ci-coverage-build-humble.yml +++ b/.github/workflows/ci-coverage-build-humble.yml @@ -61,5 +61,5 @@ jobs: name: codecov-umbrella - uses: actions/upload-artifact@v3.1.3 with: - name: colcon-logs-coverage-rolling + name: colcon-logs-coverage-humble path: ros_ws/log diff --git a/.github/workflows/ci-coverage-build-iron.yml b/.github/workflows/ci-coverage-build-iron.yml index 3c2f218c4c..723654b33e 100644 --- a/.github/workflows/ci-coverage-build-iron.yml +++ b/.github/workflows/ci-coverage-build-iron.yml @@ -61,5 +61,5 @@ jobs: name: codecov-umbrella - uses: actions/upload-artifact@v3.1.3 with: - name: colcon-logs-coverage-rolling + name: colcon-logs-coverage-iron path: ros_ws/log