diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index 1246bef..b78c04b 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -23,6 +23,6 @@ jobs: env: CI: true - name: Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }}