diff --git a/.github/workflows/code_test.yml b/.github/workflows/code_test.yml index a7ab7992..dd86fc5f 100644 --- a/.github/workflows/code_test.yml +++ b/.github/workflows/code_test.yml @@ -17,7 +17,7 @@ jobs: - run: make test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}