Skip to content

Commit ab4ed48

Browse files
authored
Merge pull request #123 from simonsobs/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents bde7e28 + 1949fde commit ab4ed48

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-13' && '13.0' || '14.0' }}
3232

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

0 commit comments

Comments
 (0)