Skip to content

Commit 081a56d

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `pypa/cibuildwheel` from 3.3 to 3.4 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3...v3.4) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.4' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fcacf3 commit 081a56d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/CD.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v6
5050
with:
5151
submodules: true
52-
- uses: pypa/cibuildwheel@v3.3
52+
- uses: pypa/cibuildwheel@v3.4
5353
with:
5454
package-dir: m_tree
5555
env:
@@ -68,7 +68,7 @@ jobs:
6868
cd /d {package}\dependencies\vcpkg &&
6969
bootstrap-vcpkg.bat &&
7070
vcpkg install eigen3:x64-windows
71-
- uses: actions/upload-artifact@v6
71+
- uses: actions/upload-artifact@v7
7272
with:
7373
name: wheels-${{ matrix.os }}
7474
path: ./wheelhouse/*.whl
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
python-version: "3.11"
8484
- uses: astral-sh/setup-uv@v7
85-
- uses: actions/download-artifact@v7
85+
- uses: actions/download-artifact@v8
8686
with:
8787
name: wheels-ubuntu-latest
8888
path: wheels
@@ -102,7 +102,7 @@ jobs:
102102
- uses: actions/setup-python@v6
103103
with:
104104
python-version: "3.11"
105-
- uses: actions/download-artifact@v7
105+
- uses: actions/download-artifact@v8
106106
with:
107107
path: wheels
108108
merge-multiple: true
@@ -128,7 +128,7 @@ jobs:
128128
blender --command extension build --split-platforms --output-dir ../../
129129
- name: Display built extensions
130130
run: ls -la tmp/*.zip
131-
- uses: actions/upload-artifact@v6
131+
- uses: actions/upload-artifact@v7
132132
with:
133133
name: modular_tree_extension
134134
path: tmp/*.zip
@@ -140,7 +140,7 @@ jobs:
140140
contents: write
141141
steps:
142142
- uses: actions/checkout@v6
143-
- uses: actions/download-artifact@v7
143+
- uses: actions/download-artifact@v8
144144
with:
145145
name: modular_tree_extension
146146
path: release

0 commit comments

Comments
 (0)