From 0088daaf885a6cd03dd5a7b7fcafeb7ec42b31f1 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 10:43:44 +0000 Subject: [PATCH] ci(deps): update actions/upload-artifact action from v3 to v4 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 53aacb8a4..86141b0eb 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -91,7 +91,7 @@ jobs: # their full path, ultimately leading to a nested directory situation. # To solve *that*, we'd have to extract to root (/), which isn't safe. tar -czvf $cache_archive -C $cache_dir . - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 if: github.event.inputs.repoCache != 'disabled' with: name: ${{ env.cache_key }}