Skip to content

Commit 34fd010

Browse files
Update All major dependencies
1 parent 4671756 commit 34fd010

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publishing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: uv python install 3.14
1717
- name: Build wheel and source tarball
1818
run: uv build
19-
- uses: actions/upload-artifact@v4
19+
- uses: actions/upload-artifact@v5
2020
with:
2121
name: python-package-distributions
2222
path: dist/
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: actions/download-artifact@v5
32+
- uses: actions/download-artifact@v6
3333
with:
3434
name: python-package-distributions
3535
path: dist/
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454

5555
steps:
56-
- uses: actions/download-artifact@v5
56+
- uses: actions/download-artifact@v6
5757
with:
5858
name: python-package-distributions
5959
path: dist/

0 commit comments

Comments
 (0)