From dc8477faeb0d059680b84eee5bd187923335debe Mon Sep 17 00:00:00 2001 From: Jonathan Chico Date: Wed, 10 Apr 2024 12:43:31 +0200 Subject: [PATCH] Changing codecov action to v2 to see if it solves the issue with the tokens --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42afac4..ea6e4e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - name: Upload to Codecov if: matrix.python-version == 3.10 - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} name: pytests-lammps