diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8c8a32..fd4e8ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Run tests with Coverage run: make coverage - name: Upload Code Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: codecov token: ${{ secrets.CODECOV_TOKEN }}