Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows #135

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading