From ce918b786095757a458a71b5b36ccdc818851246 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Fri, 9 Aug 2024 23:13:08 +0200 Subject: [PATCH] Update upload-artifact into test.yml (#1771) switch to node 20 node<20 is deprecaded Signed-off-by: mosfet80 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04dda7dcd..b5aa16f48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,7 +98,7 @@ jobs: git diff --exit-code 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