From a66ad6519a7f9dcced5fd0c5ad20eeff9a575d4e Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Tue, 23 Apr 2024 23:46:30 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8640fc8..f1ce3aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,9 +113,10 @@ jobs: --color=yes --durations 50 --durations-min 20 - name: CodeCov - uses: codecov/codecov-action@v4 - env: - CODECOV_TOKEN: ${{ secrets.QCMB_CODECOV_TOKEN }} + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: loriab/QCManyBody release_docs: needs: [build]