diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5a5d3289b..c93ad1bfd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: artifacts - name: Re-zip artifacts