Skip to content

Commit

Permalink
Bumping the version of the codecov action as this is not solving the …
Browse files Browse the repository at this point in the history
…problem with the uploading to codecov
  • Loading branch information
Jonathan Chico committed Apr 10, 2024
1 parent dc8477f commit 1e84f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e84f30

Please sign in to comment.