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 a723dd7 commit 23ee766
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- AccountForex.test
- AccountMt.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-buffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- BufferCandle.test
- BufferTick.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-exchange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
test:
- Exchange.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-indicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- IndicatorTf.test
- IndicatorTick.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-indicators-special.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
test:
- Indi_Custom.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-indicators-tick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
test:
- Indi_Tick.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- Indi_ZigZag.test
- Indi_ZigZagColor.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
test:
- Collection.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- Taskable.car.test
- Taskable.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-tick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
test:
- TickManager.test
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-trade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- TradeSignalTest
- TradeSignalManagerTest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- TickerTest
- TradeTest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- TimerTest
- ValueStorageTest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand All @@ -139,7 +139,7 @@ jobs:
# @fixme: GH-266
- WebTest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand All @@ -161,7 +161,7 @@ jobs:
test:
- TradeSignalTest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: files-ex4
- name: Run ${{ matrix.test }}
Expand Down

0 comments on commit 23ee766

Please sign in to comment.