Browse Source

Update python-package.yml

myhloli 1 year ago
parent
commit
84acf85d08
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/python-package.yml

+ 2 - 1
.github/workflows/python-package.yml

@@ -37,8 +37,9 @@ jobs:
       run: |
         python setup.py bdist_wheel
     - name: Upload artifact
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: wheel-file
         path: dist/*.whl
+        retention-days: 30