Switch to better artifact download action
This commit is contained in:
parent
93f59d6456
commit
1d6a14ba14
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -162,8 +162,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: dawidd6/action-download-artifact@v3
|
||||
with:
|
||||
run_id: ${{ github.event.workflow_run.id }}
|
||||
path: artifacts
|
||||
|
||||
- name: Publish Test Results
|
||||
|
|
Loading…
Reference in a new issue