diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dfa2181..dbe9765 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -44,6 +44,6 @@ jobs: run: invoke test - name: Upload Test Coverage Reports - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }}