diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index ab2ebb0f45..b35427d7f7 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -74,7 +74,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v8.0.1 - name: Upload coverage data - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: Server token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 6aa8572243..c533f36b7e 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -59,7 +59,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v8.0.1 - name: Upload python coverage data - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: UIBackend token: ${{ secrets.CODECOV_TOKEN }} @@ -68,7 +68,7 @@ jobs: exclude: coverage-js* flags: server-ui - name: Upload JS coverage data - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: Cypress token: ${{ secrets.CODECOV_TOKEN }}