Skip to content

Commit 2419543

Browse files
committed
Correct upload-artifact
1 parent fb3d215 commit 2419543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fi
7272
7373
- name: '📤 Upload artifact'
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v4
7575
with:
7676
path: ${{ github.workspace }}/bindings/python/dist/*
7777

0 commit comments

Comments
 (0)