diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index ab7180afc1..e1c88b0124 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -297,7 +297,7 @@ jobs: uses: actions/download-artifact@v4.1.8 - name: Upload coverage data - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: Server token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 328f3d3b8e..7ff383618c 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -215,7 +215,7 @@ jobs: uses: actions/download-artifact@v4.1.8 - name: Upload python coverage data - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: UIBackend token: ${{ secrets.CODECOV_TOKEN }} @@ -225,7 +225,7 @@ jobs: flags: server-ui - name: Upload JS coverage data - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: Cypress token: ${{ secrets.CODECOV_TOKEN }}