diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a9ca0f3..764ab0a 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@v5.5.2 + uses: codecov/codecov-action@v6.0.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}