diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index fb8a6ff..7018fed 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -40,7 +40,7 @@ jobs: package-name: health_metric_collector vcs-repo-file-url: '' - name: Upload resulting colcon logs - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.4 with: name: colcon-logs-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }} path: ros_ws/log diff --git a/.github/workflows/build_and_test_release_latest.yml b/.github/workflows/build_and_test_release_latest.yml index 10a7093..9ef7319 100644 --- a/.github/workflows/build_and_test_release_latest.yml +++ b/.github/workflows/build_and_test_release_latest.yml @@ -37,7 +37,7 @@ jobs: # schedule runs against the default branch (master), so specify release-latest via repos file vcs-repo-file-url: "${{ github.workspace }}/.github/workflows/release_latest.repos" - name: Upload resulting colcon logs - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.4 with: name: colcon-logs-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }} path: ros_ws/log