From c4f65cdfc5ba8f456c3aa0bc6135924fd54654a7 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Mon, 2 Aug 2021 12:12:41 +0200 Subject: [PATCH] Update .github/workflows/test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8580c4..9f1388e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,7 @@ jobs: # Download Artifact #1 and verify the correctness of the content - name: 'Download artifact #1' - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v2 with: name: 'Artifact-A' path: some/new/path