From 1e84f30ab83c0fb1f40062dd2d97b2dd857412d3 Mon Sep 17 00:00:00 2001 From: Jonathan Chico Date: Wed, 10 Apr 2024 13:57:24 +0200 Subject: [PATCH] Bumping the version of the codecov action as this is not solving the problem with the uploading to codecov --- .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 ea6e4e3..42afac4 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@v2 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} name: pytests-lammps