From fa2fba8a1ee8afd31a747677eeed110fadb1d739 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 5 Sep 2024 08:14:10 +0200 Subject: [PATCH] More explicit downloading --- action.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a94535e..60940a3 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,15 @@ runs: update-environment: false - name: Install uv - run: curl -LsSf https://astral.sh/uv/install.sh | sh + run: > + curl + --location + --silent + --show-error + --fail + --proto '=https' + --tlsv1.2 + https://astral.sh/uv/install.sh | bash shell: bash - name: Set uv cache and hash lock file