From 0b6dec467474319e95f6d74b6d25670f5cac43de Mon Sep 17 00:00:00 2001 From: trueold89 Date: Sun, 9 Jun 2024 02:00:09 +0300 Subject: [PATCH] =?UTF-8?q?zalupa=20=D0=BD=D0=B0=D0=B4=D0=B5=D1=8E=D1=81?= =?UTF-8?q?=D1=8C=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BD=D1=8F=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/python-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/python-build.yml b/.gitea/workflows/python-build.yml index 00ec833..cf24464 100644 --- a/.gitea/workflows/python-build.yml +++ b/.gitea/workflows/python-build.yml @@ -29,7 +29,7 @@ jobs: python setup.py sdist - name: Archive the package - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: dist path: dist/*.tar.gz