Skip to content

Commit fe1e531

Browse files
authored
FIX: ci for upload pypi artifacts v4
1 parent 692557a commit fe1e531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cd ${{github.workspace}}
4646
4747
- name: Upload wheel
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: wheel
51-
path: ${{github.workspace}}/src/gh/diffCheck/dist/
51+
path: ${{github.workspace}}/src/gh/diffCheck/dist/

0 commit comments

Comments
 (0)