Skip to content

Commit 647011b

Browse files
authored
Merge pull request freqtrade#12106 from freqtrade/dependabot/github_actions/develop/actions/download-artifact-5
chore(deps): bump actions/download-artifact from 4 to 5
2 parents 580413b + 2e87070 commit 647011b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ jobs:
580580
persist-credentials: false
581581

582582
- name: Download artifact 📦
583-
uses: actions/download-artifact@v4
583+
uses: actions/download-artifact@v5
584584
with:
585585
pattern: freqtrade*-build
586586
path: dist
@@ -609,7 +609,7 @@ jobs:
609609
persist-credentials: false
610610

611611
- name: Download artifact 📦
612-
uses: actions/download-artifact@v4
612+
uses: actions/download-artifact@v5
613613
with:
614614
pattern: freqtrade*-build
615615
path: dist

0 commit comments

Comments
 (0)