chore(deps): bump codecov/codecov-action from 3 to 4 (#470)

dependabot[bot] created

Change summary

.github/workflows/coverage.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/coverage.yml 🔗

@@ -55,6 +55,6 @@ jobs:
 
           # Convert coverage data to legacy textfmt format to upload
           go tool covdata textfmt -i=coverage/unit,coverage/int,coverage/int2 -o=coverage.txt
-      - uses: codecov/codecov-action@v3
+      - uses: codecov/codecov-action@v4
         with:
           file: ./coverage.txt