Skip to content

Commit b96c9cf

Browse files
committed
Bump upload-artifact version in workflow
1 parent 99d8f23 commit b96c9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build
2424
run: poetry build
2525
- name: Store distribution packages
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: python-package-distributions
2929
path: dist/

0 commit comments

Comments
 (0)