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 8a687ad + 5548ec9 commit 4b1f6b2Copy full SHA for 4b1f6b2
.github/workflows/git-artifacts.yml
@@ -140,17 +140,17 @@ jobs:
140
fail-fast: false
141
steps:
142
- name: Download pkg-${{env.ARCH_NAME}}
143
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
144
with:
145
name: pkg-${{env.ARCH_NAME}}
146
path: pkg-${{env.ARCH_NAME}}
147
- name: Download bundle-artifacts
148
149
150
name: bundle-artifacts
151
path: bundle-artifacts
152
- name: Download build-installers.tgz
153
154
155
name: build-installers.tgz
156
- name: Configure Git for Windows SDK
0 commit comments