From f223b66b7ba3f0b5f9cfb86b6350e8bb1d53d0f3 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Fri, 22 Sep 2023 19:59:38 -0700 Subject: [PATCH] CI: remove warning messages (#30013) remove ci warnings --- .github/workflows/selfdrive_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 92b84f0af9..ee7a8af833 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -198,7 +198,7 @@ jobs: $DOCKER_LOGIN - uses: ./.github/workflows/setup-with-retry with: - git-lfs: false + git_lfs: false docker_hub_pat: ${{ secrets.DOCKER_HUB_PAT }} - name: Build and push CL Docker image if: matrix.arch == 'x86_64' @@ -309,7 +309,7 @@ jobs: id: print-diff if: always() run: cat selfdrive/test/process_replay/diff.txt - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: always() continue-on-error: true with: