mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Bump actions/upload-artifact from 5 to 6 in /.github/workflows (#22952)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
123189a638
commit
e63e1f2325
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
- uses: astral-sh/setup-uv@v7
|
||||
- run: uv pip install --system --no-cache build
|
||||
- run: python -m build
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
|
|
|
|||
Loading…
Reference in a new issue