diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b29c05c..892515d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -92,7 +92,7 @@ jobs: echo "MOD_DPATH = $MOD_DPATH" python -m pytest --verbose --cov=utool $MOD_DPATH ../tests cd .. - - uses: actions/upload-artifact@v3.1.3 + - uses: actions/upload-artifact@v4.4.3 name: Upload sdist artifact with: name: sdist_wheels @@ -134,7 +134,7 @@ jobs: - name: Show built files shell: bash run: ls -la wheelhouse - - uses: actions/upload-artifact@v3.1.3 + - uses: actions/upload-artifact@v4.4.3 name: Upload wheels artifact with: name: wheels @@ -395,7 +395,7 @@ jobs: ots stamp wheelhouse/*.whl wheelhouse/*.tar.gz wheelhouse/*.asc ls -la wheelhouse twine upload --username __token__ --password "$TWINE_PASSWORD" --repository-url "$TWINE_REPOSITORY_URL" wheelhouse/*.whl wheelhouse/*.tar.gz --skip-existing --verbose || { echo "failed to twine upload" ; exit 1; } - - uses: actions/upload-artifact@v3.1.3 + - uses: actions/upload-artifact@v4.4.3 name: Upload deploy artifacts with: name: deploy_artifacts @@ -469,7 +469,7 @@ jobs: ots stamp wheelhouse/*.whl wheelhouse/*.tar.gz wheelhouse/*.asc ls -la wheelhouse twine upload --username __token__ --password "$TWINE_PASSWORD" --repository-url "$TWINE_REPOSITORY_URL" wheelhouse/*.whl wheelhouse/*.tar.gz --skip-existing --verbose || { echo "failed to twine upload" ; exit 1; } - - uses: actions/upload-artifact@v3.1.3 + - uses: actions/upload-artifact@v4.4.3 name: Upload deploy artifacts with: name: deploy_artifacts