diff --git a/.gitea/workflows/test-n-build.yaml b/.gitea/workflows/test-n-build.yaml index d45d728..7ebdbf8 100644 --- a/.gitea/workflows/test-n-build.yaml +++ b/.gitea/workflows/test-n-build.yaml @@ -16,7 +16,7 @@ jobs: - name: do the actual test thing run: go test -json > testresults-1.23.1.json - name: upload test results - uses: actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 with: name: go-results-1.23.1 path: testresults-1.23.1.json