From f3067400ea0e9e53319e74af5ae92bde19323f81 Mon Sep 17 00:00:00 2001 From: Atsushi Date: Mon, 19 Feb 2024 04:05:37 +0000 Subject: [PATCH] Update assets to v0.6.4 --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c0fd83a..b63b9ea 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -83,7 +83,9 @@ jobs: name: logs-${{ env.ROS_DISTRO }}.tar.xz path: /tmp/logs.tar.xz retention-days: 1 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Save layer cache run: | LAYERS=$(docker history -q tester | grep -v missing)