From ead0b42ad88e7339913ecfeb167264ac81e75ada Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 25 Apr 2024 14:18:19 +0100 Subject: [PATCH] ci: tag coverage data with sha --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a167759..d8abfb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Store coverage data uses: actions/upload-artifact@v4 with: - name: code-coverage + name: code-coverage-${{ github.sha }} path: _coverage coverage: @@ -77,7 +77,7 @@ jobs: - uses: actions/download-artifact@v4 with: - name: code-coverage + name: code-coverage-${{ github.sha }} path: _coverage - name: Output coverage