diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 372a1116..30a324a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: make lint-py make test-py - name: Send coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -61,7 +61,7 @@ jobs: make lint-js make test-js - name: Send coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: Frontend token: ${{ secrets.CODECOV_TOKEN }}