Actions fix

This commit is contained in:
honzastor 2024-10-01 18:47:24 +02:00
parent b87f8350fc
commit 03212a62f5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[metadata]
name = ariths_gen
version = 0.0.1
version = 0.0.2
description = "arithmetic circuits generator"