From 6543ed44d3452ba02b78c822cfc1989ba7044780 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 20 Feb 2020 16:43:29 -0500 Subject: [PATCH] Update tests --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b3a0a7..87361a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,6 +70,7 @@ jobs: # Test downloading a single artifact - name: Download artifact A uses: ./ + with: name: 'Artifact-A' path: some/new/path @@ -90,6 +91,7 @@ jobs: # Test downloading both artifacts - name: Download all Artifacts uses: ./ + with: path: some/other/path - name: Verify successful download