From 717c91a8f2cb1d6685cc8ab00d78cae4d5b6d4bf Mon Sep 17 00:00:00 2001 From: Tim Davies Date: Wed, 11 Sep 2024 09:07:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=9E=EF=B8=8F=20Rollback=20`download-ar?= =?UTF-8?q?tifact`=20to=20`v3`=20=20(#130)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rollback `download-artifact` to `v3` to unblock release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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