From 03212a62f59d2e470e3ae3399ce2a108497ebccf Mon Sep 17 00:00:00 2001 From: honzastor Date: Tue, 1 Oct 2024 18:47:24 +0200 Subject: [PATCH] Actions fix --- .github/workflows/generate.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"