diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index 4f067327d..bd1f67d7c 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e4de3db7..d0f0dbe5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist