Skip to content

Commit

Permalink
artifacts_from_run: provide token
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 18, 2025
1 parent 629920b commit 7ae5056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,15 @@ jobs:
name: cudaq-wheels-${{ matrix.platform }}
path: /cudaq-wheels
run-id: ${{ inputs.artifacts_from_run || github.run_id }}
github-token: ${{ github.token }}

- name: Download CUDA-QX wheels
uses: actions/download-artifact@v4
with:
name: wheels-py${{ matrix.python }}-${{ matrix.runner.arch }}
path: /wheels
run-id: ${{ inputs.artifacts_from_run || github.run_id }}
github-token: ${{ github.token }}

- name: Test wheels
run: |
Expand Down

0 comments on commit 7ae5056

Please sign in to comment.