Skip to content

Commit 2e87070

Browse files
chore(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b695b5a commit 2e87070

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)