diff --git a/.github/workflows/testing-and-coverage.yml b/.github/workflows/testing-and-coverage.yml index 2df77cd0154..a7cb564ea47 100644 --- a/.github/workflows/testing-and-coverage.yml +++ b/.github/workflows/testing-and-coverage.yml @@ -35,6 +35,6 @@ jobs: run: | python -m pytest --cov=lf_workflow_dash --cov-report=xml - name: Upload coverage report to codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file