File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 recipes_found=false
5858 fi
5959 echo "recipes_found=$recipes_found" >> $GITHUB_OUTPUT
60- - uses : actions/upload-artifact@v6
60+ - uses : actions/upload-artifact@v7
6161 with :
6262 name : recipe_list
6363 path : recipe_list.txt
7878 - uses : actions/setup-python@v6
7979 with :
8080 python-version : ' 3.14'
81- - uses : actions/download-artifact@v7
81+ - uses : actions/download-artifact@v8
8282 with :
8383 name : recipe_list
8484 path : ../workflow_artifacts/
8989 while read -r folder; do
9090 python3 wheel_builder.py "$folder";
9191 done < ../workflow_artifacts/recipe_list.txt
92- - uses : actions/upload-artifact@v6
92+ - uses : actions/upload-artifact@v7
9393 with :
9494 name : wheelhouse
9595 path : wheelhouse/
@@ -100,7 +100,7 @@ jobs:
100100 if : ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository_owner == 'modem7' }}
101101 steps :
102102 - uses : actions/checkout@v6
103- - uses : actions/download-artifact@v7
103+ - uses : actions/download-artifact@v8
104104 with :
105105 name : wheelhouse
106106 path : wheels
You can’t perform that action at this time.
0 commit comments