Skip to content

Commit 966827e

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9dd281b commit 966827e

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)