diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab000c7d..e81e97f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,7 +113,7 @@ jobs: [ $RUNNER_OS == macOS ] && export CONDA_PKGS_DIRS=~/.pkgs ${CONDA_EXE:-conda} create -y -p ./conda conda=${{ matrix.cver }} - name: Download the build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: package-${{ github.sha }} path: ./conda/conda-bld @@ -146,7 +146,7 @@ jobs: with: fetch-depth: 0 - name: Download the build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: package-${{ github.sha }} path: conda-bld