From 3895ad58707e498ff4b95b140f81d92ec780de03 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 11 Aug 2020 09:31:08 +0200 Subject: [PATCH] gh-actions: rename release test artifacts --- .github/workflows/release-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 3a50a909a5..8936822de6 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -120,7 +120,7 @@ jobs: - uses: actions/upload-artifact@v2 if: always() with: - name: Upload test report + name: Test Reports path: test-reports/* iotlab-tasks: runs-on: ubuntu-latest