diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88a9649..d7ea7fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -113,6 +113,6 @@ jobs: - name: Upload coverage to Codecov if: ${{ github.actor != 'dependabot[bot]' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.codecov_token }}