Skip to content
Open
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/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Download wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: chama_${{ matrix.python-version }}_${{ matrix.os }}.whl
- name: Install chama
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
pip install coveralls
python -m pip install -e .
- name: Download coverage artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: coverage
- name: Setup coverage and combine reports
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
pip install -r requirements.txt
python -m pip install -e .
- name: Download coverage artifacts from test matrix
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: coverage
- name: Setup coverage and combine reports
Expand Down