From b2b9e13983849a67c7764ec29877cc1826f49771 Mon Sep 17 00:00:00 2001 From: Gopal Nambiar Date: Thu, 13 Jul 2023 00:05:22 -0500 Subject: [PATCH] added download --- .github/workflows/test-action.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-action.yaml b/.github/workflows/test-action.yaml index 590b034..244ee9c 100644 --- a/.github/workflows/test-action.yaml +++ b/.github/workflows/test-action.yaml @@ -16,4 +16,11 @@ jobs: steps: - name: Call the action uses: UffizziCloud/setup-action@setup-binary + - name: Download artifact + uses: actions/download-artifact@v3 + with: + name: my-artifact + - shell: bash + run: | + ls