From 1e569aa44dbce30aef92cbf6ae1d7a47b80fe5fc Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Fri, 30 Jul 2021 20:21:01 +0000 Subject: [PATCH] Fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70715b35e..f0caf2534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: - ubuntu_20.04 steps: - uses: actions/checkout@v2 - - uses: download-artifact@v2 + - uses: actions/download-artifact@v2 with: name: ${{ matrix.os }} path: ~/.vagrant.d/boxes