Skip to content

Commit 26f077c

Browse files
Bump actions/upload-artifact from 6 to 7 (#70)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4a0121 commit 26f077c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 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
@@ -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/

0 commit comments

Comments
 (0)