Skip to content

Commit 9467ed9

Browse files
committed
Fix deprecated upload-artifact usage.
1 parent e0dce4f commit 9467ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build and create distribution
5353
run: |
5454
python -m build
55-
- uses: actions/upload-artifact@v3
55+
- uses: actions/upload-artifact@v4
5656
with:
5757
path: dist/*
5858

0 commit comments

Comments
 (0)