Skip to content

Commit 28331db

Browse files
authored
Merge pull request #131 from simonsobs/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 20bff83 + 1a5a944 commit 28331db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
CC: gcc-14
3131
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-14' && '14.0' || '15.0' }}
3232

33-
- uses: actions/upload-artifact@v6
33+
- uses: actions/upload-artifact@v7
3434
with:
3535
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3636
path: ./wheelhouse/*.whl
@@ -54,7 +54,7 @@ jobs:
5454
python -m pip install build
5555
python -m build --sdist
5656
57-
- uses: actions/upload-artifact@v6
57+
- uses: actions/upload-artifact@v7
5858
with:
5959
name: cibw-sdist
6060
path: dist/*.tar.gz

0 commit comments

Comments
 (0)