diff --git a/.github/workflows/reproducible.yml b/.github/workflows/reproducible.yml index 8bcb3f35..1e78548d 100644 --- a/.github/workflows/reproducible.yml +++ b/.github/workflows/reproducible.yml @@ -30,7 +30,7 @@ jobs: run: ./maintainers/reproduce_hashes.sh - name: Upload reproduced binaries - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: reproduced-${{ matrix.os }} path: reproducible/reproduced.tar diff --git a/deploy.py b/deploy.py index 3138c36d..87f14ad6 100755 --- a/deploy.py +++ b/deploy.py @@ -205,6 +205,7 @@ def assert_python_library(module: str): class RemoveConstAction(argparse.Action): # pylint: disable=redefined-builtin + # pylint: disable=too-many-positional-arguments def __init__(self, option_strings, dest,