Skip to content

Commit

Permalink
[BUGFIX] Update dowload artifact github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jthierry-psee committed Nov 29, 2024
1 parent 76efde6 commit 57c4814
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/all_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cmake --build . --config Release --parallel `nproc`
- name: Getting datasets from storage
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: upload_datasets.yaml
workflow_conclusion: success
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
cmake --build . --config Release --parallel `nproc`
- name: Getting datasets from storage
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: upload_datasets.yaml
workflow_conclusion: success
Expand All @@ -140,15 +140,15 @@ jobs:
python-version: ${{ env.python_versions }}

- name: Download vcpkg binaries
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: upload_win_binaries.yaml
workflow_conclusion: success
name: vcpkg_binaries
path: ".."

- name: Download ffmpeg archive
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: upload_win_binaries.yaml
workflow_conclusion: success
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
cmake --build . --config Release --parallel 4
- name: Getting datasets from storage
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: upload_datasets.yaml
workflow_conclusion: success
Expand Down

0 comments on commit 57c4814

Please sign in to comment.