diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index e0bab4a..f6c0bc9 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: chama_${{ matrix.python-version }}_${{ matrix.os }}.whl - name: Install chama @@ -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 @@ -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