diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 9cc6715..7b45dcd 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -54,7 +54,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: build steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Upload Release diff --git a/.github/workflows/win-wheels.yaml b/.github/workflows/win-wheels.yaml index ffd0aff..ae932b9 100644 --- a/.github/workflows/win-wheels.yaml +++ b/.github/workflows/win-wheels.yaml @@ -124,7 +124,7 @@ jobs: allow-prereleases: true - name: Download wheels from artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: wheelhouse - name: Install dependencies and Fiona wheel