Skip to content

Commit 75999f0

Browse files
authored
Merge pull request #611 from MustardChef/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 6d953ea + 25ac7c6 commit 75999f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_arm64_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/checkout@v5
131131

132132
- name: Download built artifact ⌛
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v5
134134
with:
135135
path: output
136136
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}

.github/workflows/build_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: actions/checkout@v5
144144

145145
- name: Download built artifact ⌛
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v5
147147
with:
148148
path: output
149149
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}

0 commit comments

Comments
 (0)