From b8af5f713f618396b91ed3c22ec43c533ee4a570 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Sun, 28 Jan 2024 22:51:25 -0600 Subject: [PATCH] Max fetch-depth --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e899e86..87110b5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -55,6 +55,8 @@ jobs: - x64 steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 # Allows checkout of Artifacts.toml from base ref - uses: dawidd6/action-download-artifact@v3 if: ${{ needs.prerelease.outputs.key }} id: action-artifact