diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de60c92..7ce026c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: run: exec ./github-action-build.sh ${{ matrix.wheel }}/build.sh - name: Download release-info - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 if: github.ref == 'refs/heads/master' with: name: release-info @@ -104,7 +104,7 @@ jobs: steps: - name: Download release-info - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: release-info