From 41816d33233fc12537e3ce12cd42d700f9f30d4b Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Tue, 14 May 2024 16:59:54 -0400 Subject: [PATCH] build: upgrade codecov from v3 to v3, use secret Per https://openedx.atlassian.net/wiki/spaces/COMM/pages/3438280709/Adding+Codecov --- .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 51f11203e..67f873e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,6 @@ jobs: run: npm run docs - name: Run Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}