From dfbeb35ac0a1e0c27cef813e504fb8f88451b4db Mon Sep 17 00:00:00 2001 From: jackdewinter Date: Sat, 30 Mar 2024 08:40:59 -0700 Subject: [PATCH] updating dependencies (#1049) * updaing deps --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d54aa7f6..697953654 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -149,8 +149,10 @@ jobs: ./report/coverage.xml - name: Report Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: github.event_name != 'schedule' + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: ./report/coverage.xml name: ${{ matrix.python }} - ${{ matrix.platform }}