1 parent 7232067 commit b011d77Copy full SHA for b011d77
1 file changed
.github/workflows/ci.yaml
@@ -76,7 +76,7 @@ jobs:
76
- uses: actions/setup-python@v6
77
with:
78
python-version: '${{ needs.setup.outputs.py_version }}'
79
- - uses: actions/download-artifact@v8
+ - uses: actions/download-artifact@v7
80
81
name: recipe_list
82
path: ../workflow_artifacts/
@@ -87,7 +87,7 @@ jobs:
87
while read -r folder; do
88
python3 wheel_builder.py "$folder";
89
done < ../workflow_artifacts/recipe_list.txt
90
- - uses: actions/upload-artifact@v8
+ - uses: actions/upload-artifact@v7
91
92
name: wheelhouse
93
path: wheelhouse/
0 commit comments