diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1e1e029..d6874de5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -117,7 +117,7 @@ jobs: with: file: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }} - - uses: actions/upload-artifact@v4.4.0 + - uses: actions/upload-artifact@v4.6.2 name: Upload wheels artifact with: name: wheels-${{ matrix.os }}-${{ matrix.arch }} @@ -335,7 +335,7 @@ jobs: ots stamp wheelhouse/*.whl wheelhouse/*.asc ls -la wheelhouse twine upload --username __token__ --password "$TWINE_PASSWORD" --repository-url "$TWINE_REPOSITORY_URL" wheelhouse/*.whl --skip-existing --verbose || { echo "failed to twine upload" ; exit 1; } - - uses: actions/upload-artifact@v4.4.0 + - uses: actions/upload-artifact@v4.6.2 name: Upload deploy artifacts with: name: deploy_artifacts @@ -403,7 +403,7 @@ jobs: ots stamp wheelhouse/*.whl wheelhouse/*.asc ls -la wheelhouse twine upload --username __token__ --password "$TWINE_PASSWORD" --repository-url "$TWINE_REPOSITORY_URL" wheelhouse/*.whl --skip-existing --verbose || { echo "failed to twine upload" ; exit 1; } - - uses: actions/upload-artifact@v4.4.0 + - uses: actions/upload-artifact@v4.6.2 name: Upload deploy artifacts with: name: deploy_artifacts