Skip to content

Commit e918cae

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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 854cbc0 commit e918cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Move sdist to dist
2020
run: mkdir -p dist && mv ${{github.workspace}}/python/dist/*.tar.gz dist/
2121

22-
- uses: actions/upload-artifact@v5
22+
- uses: actions/upload-artifact@v6
2323
with:
2424
path: dist/*.tar.gz
2525

@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
package-dir: ${{github.workspace}}/python/
4949

50-
- uses: actions/upload-artifact@v5
50+
- uses: actions/upload-artifact@v6
5151
with:
5252
name: artifact-${{ matrix.os }}
5353
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)