Skip to content

Commit 2bd1b02

Browse files
committed
update upload-artifact to use v4
1 parent 2509af7 commit 2bd1b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: python3 -m build
4141

4242
- name: Store the distribution packages
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: python-package-distributions
4646
path: dist/

0 commit comments

Comments
 (0)