Skip to content

Commit a4c3f49

Browse files
Bump actions/upload-artifact from 5 to 6 in /.github/workflows (#175)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d103755 commit a4c3f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: astral-sh/setup-uv@v7
7171
- run: uv pip install --system --no-cache build
7272
- run: python -m build
73-
- uses: actions/upload-artifact@v5
73+
- uses: actions/upload-artifact@v6
7474
with:
7575
name: dist
7676
path: dist/

0 commit comments

Comments
 (0)