diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index dc2e4a5c..9eb9039a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -82,7 +82,7 @@ jobs: # ============== CODECOV UPLOAD ============== - name: Upload Rust coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/rust/cobertura.xml @@ -92,7 +92,7 @@ jobs: verbose: true - name: Upload frontend coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/frontend/coverage-final.json