diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 2bedc38..c4173f6 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -101,7 +101,7 @@ jobs: tar -czvf $cache_archive -C $cache_dir . - name: Upload Renovate cache - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: github.event.inputs.repoCache != 'disabled' with: name: ${{ env.cache_key }}