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 }}