Skip to content

Commit df73660

Browse files
Update actions/upload-artifact action to v7.0.1
1 parent 1213194 commit df73660

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
recipes_found=false
5454
fi
5555
echo "recipes_found=$recipes_found" >> $GITHUB_OUTPUT
56-
- uses: actions/upload-artifact@v7
56+
- uses: actions/upload-artifact@v7.0.1
5757
with:
5858
name: recipe_list
5959
path: recipe_list.txt
@@ -87,7 +87,7 @@ jobs:
8787
while read -r folder; do
8888
python3 wheel_builder.py "$folder";
8989
done < ../workflow_artifacts/recipe_list.txt
90-
- uses: actions/upload-artifact@v7
90+
- uses: actions/upload-artifact@v7.0.1
9191
with:
9292
name: wheelhouse
9393
path: wheelhouse/

0 commit comments

Comments
 (0)