Skip to content

Commit

Permalink
Changing codecov action to v2 to see if it solves the issue with the …
Browse files Browse the repository at this point in the history
…tokens
  • Loading branch information
Jonathan Chico committed Apr 10, 2024
1 parent 35fbe98 commit dc8477f
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@v3
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: pytests-lammps
Expand Down

0 comments on commit dc8477f

Please sign in to comment.