diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 764ab0a..d84b379 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -64,7 +64,7 @@ jobs: run: task tests-coverage - name: Codecov Upload - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}