Skip to content

Commit 0cf7588

Browse files
Bump actions/upload-artifact from 6 to 7 (#402)
1 parent ec6cff4 commit 0cf7588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
env:
118118
CIBW_BUILD: ${{ runner.os == 'Windows' && runner.arch == 'ARM64' && 'cp311-*' || 'cp39-*' }}
119119

120-
- uses: actions/upload-artifact@v6
120+
- uses: actions/upload-artifact@v7
121121
with:
122122
name: cibw-wheels-${{ matrix.os }}
123123
path: ./wheelhouse/*.whl
@@ -132,7 +132,7 @@ jobs:
132132
- name: Build sdist
133133
run: pipx run build --sdist
134134

135-
- uses: actions/upload-artifact@v6
135+
- uses: actions/upload-artifact@v7
136136
with:
137137
name: cibw-sdist
138138
path: dist/*.tar.gz

0 commit comments

Comments
 (0)