Skip to content

Commit 4151ba0

Browse files
committed
Update upload-artifact
1 parent e1fd7aa commit 4151ba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build source and wheels
2525
run: python3 -m build
2626
- name: Store the distribution packages
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v7
2828
with:
2929
name: python-package-distributions
3030
path: dist/

0 commit comments

Comments
 (0)