From 0091a42357aec952443c6b09cf300c8727685136 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:38:22 +0000 Subject: [PATCH] chore(deps): update github artifact actions | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/download-artifact | v4.3.0 | v6.0.0 | | github-tags | actions/upload-artifact | v4.6.2 | v5.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- github-actions/create-docs-update-pr/action.yml | 2 +- github-actions/generate-embeddings/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github-actions/create-docs-update-pr/action.yml b/github-actions/create-docs-update-pr/action.yml index 65f690f..5d8b468 100644 --- a/github-actions/create-docs-update-pr/action.yml +++ b/github-actions/create-docs-update-pr/action.yml @@ -51,7 +51,7 @@ runs: EMBEDDINGS_ACTION: ${{ inputs.embeddings-action }} - name: Download artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: lapo-embeddings run-id: ${{ steps.get-run-id.outputs.run_id }} diff --git a/github-actions/generate-embeddings/action.yml b/github-actions/generate-embeddings/action.yml index 8971ad9..b32a0fd 100644 --- a/github-actions/generate-embeddings/action.yml +++ b/github-actions/generate-embeddings/action.yml @@ -64,7 +64,7 @@ runs: shell: bash working-directory: llm-auto-update-docs - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 id: upload-embeddings with: name: 'lapo-embeddings'