Skip to content

Commit 859b6ec

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Build a binary wheel and a source tarball
109109
run: python -m build --sdist
110110
- name: Upload artifacts
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v6
112112
with:
113113
name: sdist
114114
path: dist/*.tar.gz
@@ -164,7 +164,7 @@ jobs:
164164

165165

166166
- name: Upload artifacts
167-
uses: actions/upload-artifact@v4
167+
uses: actions/upload-artifact@v6
168168
with:
169169
name: wheels-for-${{ matrix.os }}-${{ matrix.arch }}
170170
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)