Skip to content

Commit

Permalink
🗞️ Rollback download-artifact to v3 (#130)
Browse files Browse the repository at this point in the history
Rollback `download-artifact` to `v3` to unblock release
  • Loading branch information
tmdvs authored Sep 11, 2024
1 parent 4336fda commit 717c91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 717c91a

Please sign in to comment.