Skip to content

Commit 835e1a8

Browse files
chore(deps): bump the actions group with 5 updates (#180)
1 parent 2ad1a23 commit 835e1a8

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/workflows/conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: true
2929

3030
- name: Get conda
31-
uses: conda-incubator/[email protected].1
31+
uses: conda-incubator/[email protected].3
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
channels: conda-forge

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.x"
22-
- uses: pre-commit/[email protected].0
22+
- uses: pre-commit/[email protected].1

.github/workflows/wheels.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- name: Check metadata
2626
run: pipx run twine check dist/*
2727

28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
30+
name: cibw-sdist
3031
path: dist/*.tar.gz
3132

3233

@@ -43,7 +44,7 @@ jobs:
4344
with:
4445
submodules: true
4546

46-
- uses: pypa/cibuildwheel@v2.16
47+
- uses: pypa/cibuildwheel@v2.17
4748
env:
4849
CIBW_ARCHS_MACOS: auto universal2
4950

@@ -52,8 +53,9 @@ jobs:
5253
shell: bash
5354

5455
- name: Upload wheels
55-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5657
with:
58+
name: cibw-wheels-${{ matrix.os }}
5759
path: wheelhouse/*.whl
5860

5961

@@ -68,10 +70,11 @@ jobs:
6870
with:
6971
python-version: "3.x"
7072

71-
- uses: actions/download-artifact@v3
73+
- uses: actions/download-artifact@v4
7274
with:
73-
name: artifact
75+
pattern: cibw-*
7476
path: dist
77+
merge-multiple: true
7578

7679
- uses: pypa/gh-action-pypi-publish@release/v1
7780
with:

0 commit comments

Comments
 (0)