Skip to content

Commit 12bc70e

Browse files
authored
Merge pull request #132 from git-for-windows/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 7766f3c + efa92f5 commit 12bc70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,12 @@ jobs:
379379
if: needs.pkg.outputs.check-run-state != '' && always()
380380
uses: actions/checkout@v4
381381
- name: Download pkg-${{env.ARCHITECTURE}}
382-
uses: actions/download-artifact@v4
382+
uses: actions/download-artifact@v5
383383
with:
384384
name: pkg-${{env.ARCHITECTURE}}
385385
path: pkg-${{env.ARCHITECTURE}}
386386
- name: Download bundle-artifacts
387-
uses: actions/download-artifact@v4
387+
uses: actions/download-artifact@v5
388388
with:
389389
name: bundle-artifacts
390390
path: bundle-artifacts

0 commit comments

Comments
 (0)