diff --git a/.github/actions/download-tar/action.yml b/.github/actions/download-tar/action.yml index 19a3e331..5cc715cc 100644 --- a/.github/actions/download-tar/action.yml +++ b/.github/actions/download-tar/action.yml @@ -15,7 +15,7 @@ inputs: runs: using: composite steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v4.1.7 with: name: ${{ inputs.name }} path: ${{ inputs.path }}