Upgrade GitHub Actions to latest versions (#1308)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Chishti
2026-01-25 01:10:31 +00:00
committed by GitHub
parent 8fab565f35
commit 369c5a3bc0
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ jobs:
fi
- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: matrix.coverage && success()
with:
file: ./coverage.out

View File

@@ -43,7 +43,7 @@ jobs:
fi
- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: success()
with:
file: ./coverage.out