From c94083f1ac3a5a22a53b37ac16281632d53986ea Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 25 Apr 2024 14:19:08 +0100 Subject: [PATCH] ci: tag coverage run number --- .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 d8abfb5..62c1874 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-${{ github.sha }} + name: code-coverage-${{ github.sha }}-${{ github.run_number}} path: _coverage coverage: @@ -77,7 +77,7 @@ jobs: - uses: actions/download-artifact@v4 with: - name: code-coverage-${{ github.sha }} + name: code-coverage-${{ github.sha }}-${{ github.run_number}} path: _coverage - name: Output coverage