Skip to content

Commit 102ac34

Browse files
authored
Merge pull request #48 from git-for-windows/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents e446465 + 3e9f307 commit 102ac34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,17 @@ jobs:
153153
fail-fast: false
154154
steps:
155155
- name: Download pkg-${{env.ARCH_NAME}}
156-
uses: actions/download-artifact@v5
156+
uses: actions/download-artifact@v6
157157
with:
158158
name: pkg-${{env.ARCH_NAME}}
159159
path: pkg-${{env.ARCH_NAME}}
160160
- name: Download bundle-artifacts
161-
uses: actions/download-artifact@v5
161+
uses: actions/download-artifact@v6
162162
with:
163163
name: bundle-artifacts
164164
path: bundle-artifacts
165165
- name: Download build-installers.tgz
166-
uses: actions/download-artifact@v5
166+
uses: actions/download-artifact@v6
167167
with:
168168
name: build-installers.tgz
169169
- name: Configure Git for Windows SDK

0 commit comments

Comments
 (0)