diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b0ba842..9506e7f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: - name: Run Unit Tests run: task test - name: Upload Built Binary - uses: actions/upload-artifact@v6 + uses: christopherHX/gitea-upload-artifact@v4 with: name: formaty path: target/debug/formaty