From 8fac9f862b30b766786104fb38246e4289213695 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Thu, 23 Jan 2025 18:40:05 +0100 Subject: [PATCH] attempt to fix workflow again sigh, this is why you don't you use cloud tools that you can't run locally... --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d8becc6..85acff2 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: coverage-${{ matrix.runs-on }} + name: coverage-${{ matrix.go-version }} path: cover.html # Format code, we check below if nothing changed.