Skip to content

Commit 6e9e335

Browse files
Bump actions/upload-artifact from 4 to 5 (#89)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saurabh Gupta <[email protected]>
1 parent ca8c15c commit 6e9e335

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@v4
22+
- uses: actions/upload-artifact@v5
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@v4
50+
- uses: actions/upload-artifact@v5
5151
with:
5252
name: artifact-${{ matrix.os }}
5353
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)