From 12dcb93eee06959e8f843e0305898f6cc4ca78c8 Mon Sep 17 00:00:00 2001 From: Ayush <8561614+ayushvtf@users.noreply.github.com> Date: Sun, 4 Aug 2024 23:56:44 +0530 Subject: [PATCH] Update artifacts.yml --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index b86896bcb..790194780 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - fetch-depth: 1 + fetch-depth: 0 - name: Setup Cache uses: actions/cache@v4