We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c963f5e commit 1591cdfCopy full SHA for 1591cdf
.github/workflows/wheels.yml
@@ -54,7 +54,7 @@ jobs:
54
with:
55
path: sgkit-copy
56
- name: Download artifacts
57
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
58
- name: Set up Python ${{ matrix.python-version }}
59
uses: actions/setup-python@v2
60
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
@@ -106,7 +106,7 @@ jobs:
106
needs: ['unix-test', 'windows-test']
107
steps:
108
- name: Download all
109
110
- name: Move to dist
111
run: |
112
mkdir dist
0 commit comments