diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05c608e..26926ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: python-version: 3.9 - run: conda install -y conda=4.10 conda-build conda-verify - name: Download the build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: package-${{ github.sha }} path: build-output @@ -76,7 +76,7 @@ jobs: python-version: 3.9 - run: conda install -y anaconda-client - name: Download the build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: package-${{ github.sha }} path: build-output