From 845e36c8f200ac36aa5718de48b8afb6576a0c72 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 15 Sep 2024 20:11:18 +0200 Subject: [PATCH 1/4] Updated libs into ci.yaml Switc to action/cache v4 Fix node.js version 16 deprecaton --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e06d8b..57fdef5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 - name: Cache ccache - uses: pat-s/always-upload-cache@v3 + uses: action/cache@v4 with: path: ${{ env.CCACHE_DIR }} key: ccache-cmake-${{ matrix.ros_distro }}-${{ matrix.preset }}-${{ github.sha }}-${{ github.run_id }} @@ -75,7 +75,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 - name: Cache ccache - uses: pat-s/always-upload-cache@v3 + uses: action/cache@v4 with: path: ${{ env.CCACHE_DIR }} key: ccache-ros-${{ matrix.ros_distro }}-${{ github.sha }}-${{ github.run_id }} From f03be1b7fb6a1202ebfd007f91063d8004517429 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 15 Sep 2024 20:13:45 +0200 Subject: [PATCH 2/4] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 57fdef5..27448e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 - name: Cache ccache - uses: action/cache@v4 + uses: actions/cache@v4 with: path: ${{ env.CCACHE_DIR }} key: ccache-cmake-${{ matrix.ros_distro }}-${{ matrix.preset }}-${{ github.sha }}-${{ github.run_id }} @@ -75,7 +75,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 - name: Cache ccache - uses: action/cache@v4 + uses: actions/cache@v4 with: path: ${{ env.CCACHE_DIR }} key: ccache-ros-${{ matrix.ros_distro }}-${{ github.sha }}-${{ github.run_id }} From 5871f184966578a1e2aad3666eb1c6a17df6f016 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 15 Sep 2024 20:23:17 +0200 Subject: [PATCH 3/4] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27448e4..4fd7bae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: - name: Generate LCOV report if: ${{ matrix.preset == 'codecov' }} run: lcov -c -d . -o coverage.info --no-external --exclude "*/build/**" --ignore-errors mismatch - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: ${{ matrix.preset == 'codecov' }} with: files: ./coverage.info From 09d008471b37d2a7694dd8ec265a69c0cae887a3 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 15 Sep 2024 20:29:27 +0200 Subject: [PATCH 4/4] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4fd7bae..27448e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: - name: Generate LCOV report if: ${{ matrix.preset == 'codecov' }} run: lcov -c -d . -o coverage.info --no-external --exclude "*/build/**" --ignore-errors mismatch - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v3 if: ${{ matrix.preset == 'codecov' }} with: files: ./coverage.info