diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index e1b6530..562dc74 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -35,7 +35,7 @@ jobs: - name: Run generating axmults run: python generate_axmuls.py - name: Upload results - uses: actions/upload-artifact@v1.0.0 + uses: actions/upload-artifact@v4 with: name: arithmetic-circuits-8 path: test_circuits diff --git a/setup.cfg b/setup.cfg index 028f4da..ce1a6e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ariths_gen -version = 0.0.1 +version = 0.0.2 description = "arithmetic circuits generator"