Skip to content

Commit 717c91a

Browse files
authored
🗞️ Rollback download-artifact to v3 (#130)
Rollback `download-artifact` to `v3` to unblock release
1 parent 4336fda commit 717c91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: macos-latest
7272
steps:
7373
- name: Download artifact
74-
uses: actions/download-artifact@v4.1.7
74+
uses: actions/download-artifact@v3
7575
with:
7676
name: builds
7777
- name: Create universal binary with lipo
@@ -114,7 +114,7 @@ jobs:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115115
steps:
116116
- name: Download artifacts
117-
uses: actions/download-artifact@v4.1.7
117+
uses: actions/download-artifact@v3
118118
with:
119119
name: builds
120120
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)