Skip to content

Commit

Permalink
Merge pull request #206 from KingsburyLab/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions-d3cef579c9

Bump the actions group across 1 directory with 2 updates
  • Loading branch information
rkingsbury authored Nov 18, 2024
2 parents 17b8d33 + 6ad43ff commit 178079b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run tests
run: |
pytest -n auto --cov=src/pyEQL --cov-report=xml
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
tox -e clean,build
- name: Upload to PyPi
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run tests
run: |
pytest -n auto --cov=src/pyEQL --cov-report=xml
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 178079b

Please sign in to comment.