We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fd1cc commit 2fbaf76Copy full SHA for 2fbaf76
1 file changed
.github/workflows/default.yml
@@ -166,12 +166,12 @@ jobs:
166
- name: Checkout
167
uses: actions/checkout@v6
168
- name: Download the build version
169
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
170
with:
171
name: version
172
path: .
173
- name: Download build artifacts
174
175
176
name: distributions
177
path: dist
0 commit comments