Skip to content

Commit

Permalink
Apply updates from cookiecutter
Browse files Browse the repository at this point in the history
This automated commit applies the latest updates from our cookiecutters [1] to
this repo.

[1]: https://github.com/hypothesis/cookiecutters
  • Loading branch information
github-actions[bot] committed Oct 1, 2024
1 parent 7d5a917 commit fd03218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
- name: Upload coverage file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: .coverage.*
Expand All @@ -77,7 +77,7 @@ jobs:
with:
python-version: '3.9'
- name: Download coverage files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage
- run: python -m pip install 'tox<4'
Expand Down

0 comments on commit fd03218

Please sign in to comment.