Skip to content

Commit e46015e

Browse files
committed
increment upload artifact to v4
1 parent 3fcf5e1 commit e46015e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build a source tarball and a wheel from it
2020
run: pipx run build
2121
- name: Store the distribution packages
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: python-package-distributions
2525
path: dist/

0 commit comments

Comments
 (0)