Skip to content

Commit

Permalink
Update assets to v0.6.4 (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Feb 19, 2024
1 parent 3cc8408 commit 65632b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -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)
Expand Down

0 comments on commit 65632b0

Please sign in to comment.