Skip to content

Commit 1edcd39

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

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
@@ -105,7 +105,7 @@ jobs:
105105
- name: Build a binary wheel and a source tarball
106106
run: python -m build --sdist
107107
- name: Upload artifacts
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v5
109109
with:
110110
name: sdist
111111
path: dist/*.tar.gz
@@ -162,7 +162,7 @@ jobs:
162162

163163

164164
- name: Upload artifacts
165-
uses: actions/upload-artifact@v4
165+
uses: actions/upload-artifact@v5
166166
with:
167167
name: wheels-for-${{ matrix.os }}-${{ matrix.arch }}
168168
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)