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