Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
python-version: 3.9
- name: Download source distribution
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
python-version: 3.9
- name: Download wheel distribution
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist
Expand All @@ -118,7 +118,7 @@ jobs:
- test-wheel
steps:
- name: Download built distributions
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install coverage package
run: python -m pip install -U coverage
- name: Download partial coverage reports
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: coverage
- name: Combine coverage
Expand Down
Loading