From e4c8890f8ba3ef801e2ec987e7b97982c1402b89 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Thu, 4 Apr 2024 16:53:06 +0200 Subject: [PATCH] :construction_worker: Update codecov action to v4 Node 16 actions are deprecated. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79555bd159..c0b2dee8f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,9 @@ jobs: run: npm test - name: Publish coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Generate OAS run: ./bin/generate_oas.sh openapi.yaml