Skip to content

Commit e9711bf

Browse files
authored
Merge pull request #128 from simonsobs/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 34d9a70 + 5ec942c commit e9711bf

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@v5
33+
- uses: actions/upload-artifact@v6
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@v5
57+
- uses: actions/upload-artifact@v6
5858
with:
5959
name: cibw-sdist
6060
path: dist/*.tar.gz

0 commit comments

Comments
 (0)