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 e446465 + 3e9f307 commit 102ac34Copy full SHA for 102ac34
.github/workflows/git-artifacts.yml
@@ -153,17 +153,17 @@ jobs:
153
fail-fast: false
154
steps:
155
- name: Download pkg-${{env.ARCH_NAME}}
156
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
157
with:
158
name: pkg-${{env.ARCH_NAME}}
159
path: pkg-${{env.ARCH_NAME}}
160
- name: Download bundle-artifacts
161
162
163
name: bundle-artifacts
164
path: bundle-artifacts
165
- name: Download build-installers.tgz
166
167
168
name: build-installers.tgz
169
- name: Configure Git for Windows SDK
0 commit comments