diff --git a/.github/workflows/build_wheelhouse.yml b/.github/workflows/build_wheelhouse.yml index d6418ab..bb459d2 100644 --- a/.github/workflows/build_wheelhouse.yml +++ b/.github/workflows/build_wheelhouse.yml @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Unpack default artifact into dist/ - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir @@ -108,7 +108,7 @@ jobs: needs: [build_wheels, build_sdist, upload_test_pypi] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir