Skip to content

Commit 7aab02c

Browse files
Bump actions/upload-artifact from 5 to 6 (#28)
1 parent 7970469 commit 7aab02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
run: uv build
2020

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

2727
- name: Upload wheels artifact
28-
uses: actions/upload-artifact@v5
28+
uses: actions/upload-artifact@v6
2929
with:
3030
name: wheels
3131
path: ./dist/*.whl

0 commit comments

Comments
 (0)