diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4499979..d54e2af 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@v3 + uses: codecov/codecov-action@v4 with: name: codecov-deck token: ${{ secrets.CODECOV_TOKEN }}