diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ec2aec..d86ac5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,6 @@ jobs: files: test-results/junit.xml - name: Upload coverage reports to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}