diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3c43e65..6f84814b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: # NOTE: CODECOV_TOKEN secret must be configured in GitHub repo settings # (Settings -> Secrets and variables -> Actions) for the upload to work. - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml flags: backend