diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 0a9ac2ae6..ebd270e08 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -64,7 +64,7 @@ jobs: - name: Create coverage file run: docker compose -f docker-compose.local.yml run --rm --user="root" django coverage xml -i - name: Upload coverage file - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./csunplugged/coverage.xml verbose: true @@ -82,7 +82,7 @@ jobs: - name: Create coverage file run: docker compose -f docker-compose.local.yml run --rm --user="root" django coverage xml -i - name: Upload coverage file - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./csunplugged/coverage.xml verbose: true @@ -100,7 +100,7 @@ jobs: - name: Create coverage file run: docker compose -f docker-compose.local.yml run --rm --user="root" django coverage xml -i - name: Upload coverage file - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./csunplugged/coverage.xml verbose: true