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 da3403e + c3bc7c8 commit 49fb7e9Copy full SHA for 49fb7e9
1 file changed
.github/workflows/release-many.yml
@@ -52,21 +52,21 @@ jobs:
52
fetch-depth: 0
53
54
- name: Download linux artifact
55
- uses: dawidd6/action-download-artifact@v6
+ uses: dawidd6/action-download-artifact@v7
56
with:
57
name: artifact-${{ github.sha }}-ubuntu-latest
58
path: linux-artifact
59
workflow: build-many.yml
60
61
- name: Download macos artifact
62
63
64
name: artifact-${{ github.sha }}-macos-latest
65
path: macos-artifact
66
67
68
- name: Download windows artifact
69
70
71
name: artifact-${{ github.sha }}-windows-latest
72
path: windows-artifact
0 commit comments