From 456b240e26e597ee1302f9c7155f6f471fe1e578 Mon Sep 17 00:00:00 2001 From: Thomas Jay Rush Date: Thu, 23 Jan 2025 15:52:49 -0500 Subject: [PATCH] Fixes build --- .github/workflows/test_and_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_coverage.yml b/.github/workflows/test_and_coverage.yml index 3270201..c51e277 100644 --- a/.github/workflows/test_and_coverage.yml +++ b/.github/workflows/test_and_coverage.yml @@ -42,7 +42,7 @@ jobs: go tool cover -html=coverage/coverage.out -o coverage/coverage.html # Upload coverage HTML as an artifact - name: Upload Coverage Report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-html path: coverage/coverage.html