Skip to content

Commit b011d77

Browse files
authored
Update GitHub Actions to use download/upload-artifact@v7
1 parent 7232067 commit b011d77

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
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/setup-python@v6
7777
with:
7878
python-version: '${{ needs.setup.outputs.py_version }}'
79-
- uses: actions/download-artifact@v8
79+
- uses: actions/download-artifact@v7
8080
with:
8181
name: recipe_list
8282
path: ../workflow_artifacts/
@@ -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@v8
90+
- uses: actions/upload-artifact@v7
9191
with:
9292
name: wheelhouse
9393
path: wheelhouse/

0 commit comments

Comments
 (0)