1 parent 1213194 commit df73660Copy full SHA for df73660
1 file changed
.github/workflows/ci.yaml
@@ -53,7 +53,7 @@ jobs:
53
recipes_found=false
54
fi
55
echo "recipes_found=$recipes_found" >> $GITHUB_OUTPUT
56
- - uses: actions/upload-artifact@v7
+ - uses: actions/upload-artifact@v7.0.1
57
with:
58
name: recipe_list
59
path: recipe_list.txt
@@ -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
91
92
name: wheelhouse
93
path: wheelhouse/
0 commit comments