Skip to content

Commit 44405f8

Browse files
authored
Merge pull request #238 from nipy/dependabot/github_actions/actions-e1cf9fd98f
Build(deps): Bump the actions group across 1 directory with 3 updates
2 parents 7f117d6 + 22dfe86 commit 44405f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- name: Build sdist
2626
run: pipx run build -s
27-
- uses: actions/upload-artifact@v6
27+
- uses: actions/upload-artifact@v7
2828
with:
2929
name: source-dist
3030
path: ./dist/*.tar.gz
@@ -49,11 +49,11 @@ jobs:
4949
fetch-depth: 0
5050

5151
- name: Build wheel(s)
52-
uses: pypa/cibuildwheel@v3.3.0
52+
uses: pypa/cibuildwheel@v3.3.1
5353
env:
5454
CIBW_BUILD: "cp310-${{ matrix.buildplat[1] }} cp311-${{ matrix.buildplat[1] }} "
5555

56-
- uses: actions/upload-artifact@v6
56+
- uses: actions/upload-artifact@v7
5757
with:
5858
name: ${{ matrix.buildplat[1] }}-dist
5959
path: ./wheelhouse/*.whl
@@ -63,7 +63,7 @@ jobs:
6363
needs: [build-sdist]
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/download-artifact@v7
66+
- uses: actions/download-artifact@v8
6767
with:
6868
name: source-dist
6969
path: ./dist
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
needs: [test-sdist, build-wheel]
8686
steps:
87-
- uses: actions/download-artifact@v7
87+
- uses: actions/download-artifact@v8
8888
with:
8989
path: dist/
9090
pattern: '*-dist'
@@ -98,7 +98,7 @@ jobs:
9898
needs: [pre-publish]
9999
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
100100
steps:
101-
- uses: actions/download-artifact@v7
101+
- uses: actions/download-artifact@v8
102102
with:
103103
path: dist/
104104
pattern: '*-dist'

0 commit comments

Comments
 (0)