From 8e05ab35c86d47c1da1369c08e51ebf40316fd25 Mon Sep 17 00:00:00 2001 From: Gabor Boros Date: Wed, 13 Oct 2021 08:39:40 +0200 Subject: [PATCH] ci: fine-tune artifact stashing --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 715a2d7..9ca66e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,8 +34,9 @@ jobs: - name: Stash test results uses: actions/upload-artifact@master with: - name: test-results + name: "Test results" path: .coverage.out + retention-days: 7 coverage: name: coverage @@ -47,8 +48,7 @@ jobs: - name: Unstash test results uses: actions/download-artifact@master with: - name: test-results - path: .coverage.out + name: "Test results" - name: Upload test results uses: paambaati/codeclimate-action@v3.0.0 env: