We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
download-artifact
v3
1 parent 4336fda commit 717c91aCopy full SHA for 717c91a
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
runs-on: macos-latest
72
steps:
73
- name: Download artifact
74
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v3
75
with:
76
name: builds
77
- name: Create universal binary with lipo
@@ -114,7 +114,7 @@ jobs:
114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115
116
- name: Download artifacts
117
118
119
120
- uses: ncipollo/release-action@v1
0 commit comments