mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fetch correct nox tarball
This commit is contained in:
parent
d523b89b55
commit
feeee5f7a4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-action-windows-gh.yml
vendored
4
.github/workflows/test-action-windows-gh.yml
vendored
|
@ -162,10 +162,10 @@ jobs:
|
|||
run: |
|
||||
echo true
|
||||
|
||||
- name: Download nox.linux.${{ inputs.arch }}.tar.* artifact for session ${{ inputs.nox-session }}
|
||||
- name: Download nox.windows.${{ inputs.arch }}.tar.* artifact for session ${{ inputs.nox-session }}
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: nox-linux-${{ inputs.arch }}-${{ inputs.nox-session }}
|
||||
name: nox-windows-${{ inputs.arch }}-${{ inputs.nox-session }}
|
||||
|
||||
- name: Set up Python ${{ inputs.gh-actions-python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
|
|
Loading…
Add table
Reference in a new issue