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.
2 parents f36bae7 + 1b2139f commit 7643d48Copy full SHA for 7643d48
.github/workflows/macadam.yml
@@ -77,7 +77,7 @@ jobs:
77
with:
78
fetch-depth: 0
79
- name: Download binary artifact
80
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
81
82
name: macadam binaries
83
path: ./bin
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/checkout@v4
56
57
- name: Download all artifacts
58
59
60
pattern: macadam-binaries-*
61
path: artifacts
0 commit comments