From fae223162c8d685336694e1ba6748e7e19315b61 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Wed, 24 Jan 2024 18:25:42 -0300 Subject: [PATCH] ci: fix download artifacts --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6115c299..e56b699f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -722,7 +722,7 @@ jobs: token: ${{ secrets.DEPOT_TOKEN }} - name: Download artifacts - uses: actions/download-artifact@master + uses: actions/download-artifact@v3 if: ${{ startsWith(github.ref, 'refs/tags/v') }} - name: Create uarch json logs TAR