Skip to content

Commit 4794d3c

Browse files
[CI]: 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 c57a6c0 commit 4794d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build wheels
3434
run: pip wheel --no-deps --wheel-dir wheelhouse .
3535

36-
- uses: actions/upload-artifact@v4
36+
- uses: actions/upload-artifact@v6
3737
with:
3838
name: my_asset_manager_wheels
3939
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)