use v3; v4 unsupported on Gitea
All checks were successful
Go / test (push) Successful in 12s

This commit is contained in:
Adam Jeniski 2025-11-04 14:01:13 -10:00
parent d4be329cb6
commit 645fd64752

View File

@ -21,7 +21,7 @@ jobs:
run: go tool cover -html=test-report.out -o test-coverage.html run: go tool cover -html=test-report.out -o test-coverage.html
- name: Upload Report - name: Upload Report
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: coverage-report name: coverage-report
path: test-coverage.html path: test-coverage.html