From 0595d127e8b629f09b0bea18569868746fc89641 Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 18:44:17 +0100 Subject: [PATCH] downgrade upload-artifact --- .gitea/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index d3a6b7c..3f22b61 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -27,7 +27,7 @@ jobs: pyinstaller steamPathCLI.spec - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: steamPathCLI path: dist/steamPathCLI \ No newline at end of file