Skip to content

Commit 3e9f307

Browse files
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e446465 commit 3e9f307

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)