Skip to content

Commit

Permalink
increase download artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney authored Sep 23, 2024
1 parent c26da01 commit 83d4c91
Showing 1 changed file with 3 additions and 3 deletions.
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: wntr_${{ matrix.python-version }}_${{ matrix.os }}.whl
- name: Install wntr
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
python -m pip install -e .
# pip install coveralls
- name: Download coverage artifacts from test matrix
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: coverage
- name: Setup coverage and combine reports
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
pip install -r requirements.txt
python -m pip install -e .
- name: Download coverage artifacts from test matrix
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: coverage
- name: Setup coverage and combine reports
Expand Down

0 comments on commit 83d4c91

Please sign in to comment.