diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index adda700..f16abe1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: go tool cover -html=coverage.out -o coverage.html - name: Upload coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 if: always() with: name: coverage