Bump codecov-action in Tests workflow from 4 to 5 (#1121)

Co-authored-by: Konstantin Koval
This commit is contained in:
Kostiantyn
2024-11-16 17:29:49 +02:00
committed by GitHub
parent 91bf79a86e
commit 9d7963151b

View File

@@ -79,7 +79,7 @@ jobs:
docker cp test:/app/api/coverage.txt ./api/
- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: ${{ steps.test.conclusion == 'success' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
@@ -117,7 +117,7 @@ jobs:
docker cp test:/app/ui/coverage ./ui/
- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: ${{ steps.test.conclusion == 'success' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}