Skip to content

Commit 2b5e5e9

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7' into feature/RestApiv2
2 parents 1cb325b + fef214f commit 2b5e5e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
needs: RapsberryPI
208208
steps:
209209
- name: Get RapsberryPI-Binaries
210-
uses: actions/download-artifact@v2
210+
uses: actions/download-artifact@v4.1.7
211211
with:
212212
name: RapsberryPI-Binaries
213213
path: ./
@@ -246,7 +246,7 @@ jobs:
246246
needs: RapsberryPI
247247
steps:
248248
- name: Get RapsberryPI-Binaries
249-
uses: actions/download-artifact@v2
249+
uses: actions/download-artifact@v4.1.7
250250
with:
251251
name: RapsberryPI-Binaries
252252
path: ./

0 commit comments

Comments
 (0)