Skip to content

Commit 4b1f6b2

Browse files
authored
Merge pull request #51 from git-for-windows/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 8a687ad + 5548ec9 commit 4b1f6b2

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
@@ -140,17 +140,17 @@ jobs:
140140
fail-fast: false
141141
steps:
142142
- name: Download pkg-${{env.ARCH_NAME}}
143-
uses: actions/download-artifact@v6
143+
uses: actions/download-artifact@v7
144144
with:
145145
name: pkg-${{env.ARCH_NAME}}
146146
path: pkg-${{env.ARCH_NAME}}
147147
- name: Download bundle-artifacts
148-
uses: actions/download-artifact@v6
148+
uses: actions/download-artifact@v7
149149
with:
150150
name: bundle-artifacts
151151
path: bundle-artifacts
152152
- name: Download build-installers.tgz
153-
uses: actions/download-artifact@v6
153+
uses: actions/download-artifact@v7
154154
with:
155155
name: build-installers.tgz
156156
- name: Configure Git for Windows SDK

0 commit comments

Comments
 (0)