Skip to content

Commit 2d8ba8d

Browse files
Update GitHub Artifact Actions (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89f9948 commit 2d8ba8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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
@@ -78,7 +78,7 @@ jobs:
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/
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)