diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index 63814f24..25c028c8 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.4 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }}