Skip to content

Commit 0380a0a

Browse files
authored
Merge pull request #3 from freqtrade/dependabot/github_actions/main/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents ce1a568 + d3bd983 commit 0380a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
url: https://pypi.org/p/ft-scikit-optimize
1616
steps:
1717
- name: Download artifact
18-
uses: actions/download-artifact@v2
18+
uses: actions/download-artifact@v3
1919
with:
2020
name: package
2121

@@ -37,7 +37,7 @@ jobs:
3737
python-version: [ 3.11 ]
3838
steps:
3939
- name: Download artifact
40-
uses: actions/download-artifact@v2
40+
uses: actions/download-artifact@v3
4141
with:
4242
name: docs
4343

0 commit comments

Comments
 (0)