diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c273772..b28c4f0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: # upload would fail with an empty Codecov token. - name: Upload Test Coverage Reports if: ${{ github.actor != 'dependabot[bot]' }} - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml