Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 287cefd commit 52551b0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
month: [1]
year: [2019, 2020]
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: EA
- name: Run strategy
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/optimize-indi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
tf: [M1, M5, M15, M30]
max-parallel: 4
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
path: .
- name: Generate env file
Expand Down Expand Up @@ -173,11 +173,11 @@ jobs:
persist-credentials: false
# Otherwise, you will failed to push refs to dest repo.
fetch-depth: 0
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: config
path: config
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: results
path: .results
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/optimize-pricestop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
tf: [M1, M5, M15, M30]
max-parallel: 4
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
path: .
- name: Generate env file
Expand Down Expand Up @@ -173,11 +173,11 @@ jobs:
persist-credentials: false
# Otherwise, you will failed to push refs to dest repo.
fetch-depth: 0
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: config
path: config
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: results
path: .results
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/optimize-signalclose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
tf: [M1, M5, M15, M30]
max-parallel: 4
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
path: .
- name: Generate env file
Expand Down Expand Up @@ -173,11 +173,11 @@ jobs:
persist-credentials: false
# Otherwise, you will failed to push refs to dest repo.
fetch-depth: 0
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: config
path: config
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: results
path: .results
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/optimize-signalopen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
tf: [M1, M5, M15, M30]
max-parallel: 4
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
path: .
- name: Generate env file
Expand Down Expand Up @@ -173,11 +173,11 @@ jobs:
persist-credentials: false
# Otherwise, you will failed to push refs to dest repo.
fetch-depth: 0
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: config
path: config
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: results
path: .results
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/optimize-tick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
tf: [M1, M5, M15, M30]
max-parallel: 4
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
path: .
- name: Generate env file
Expand Down Expand Up @@ -173,11 +173,11 @@ jobs:
persist-credentials: false
# Otherwise, you will failed to push refs to dest repo.
fetch-depth: 0
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: config
path: config
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: results
path: .results
Expand Down

0 comments on commit 52551b0

Please sign in to comment.