From d50b4730ab9441705d7d53036638d5d3176e169b Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Fri, 26 Apr 2024 23:52:14 +0200 Subject: [PATCH] Update ci.yaml (#198) Updated libraries into ci --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01c7041..f461d2a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,19 +39,19 @@ jobs: name: ${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - id: ici name: Run industrial_ci uses: ros-industrial/industrial_ci@master env: ${{ matrix.env }} - name: Upload test artifacts (on failure) - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results) with: name: test-results-${{ matrix.env.NAME }} path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml - name: Upload log artifacts (on failure) - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: test-results-${{ matrix.env.NAME }}