diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e647da4..844dd8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: runs-on: macos-latest steps: - name: Download artifact - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: builds - name: Create universal binary with lipo @@ -114,7 +114,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Download artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: builds - uses: ncipollo/release-action@v1