From c03af8770d2aebcc42938e0d6be4bb9ffd2eabf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 04:39:58 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.1 to 4.6.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/image-build.yml | 2 +- .github/workflows/import_packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-build.yml b/.github/workflows/image-build.yml index 4d202b0b9..0e50d1fc8 100644 --- a/.github/workflows/image-build.yml +++ b/.github/workflows/image-build.yml @@ -76,7 +76,7 @@ jobs: - name: Upload Docker image artifact # Only upload the image if the build was for linux/amd64, as we only need it for the integration tests if: ${{ inputs.platform == 'linux/amd64' }} - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: ${{ inputs.artifact-name }} path: image.tar diff --git a/.github/workflows/import_packages.yml b/.github/workflows/import_packages.yml index e7ada4d44..72952da45 100644 --- a/.github/workflows/import_packages.yml +++ b/.github/workflows/import_packages.yml @@ -78,7 +78,7 @@ jobs: poetry run python scripts/import_packages.py --jsonl-dir /tmp/jsonl-files --vec-db-path /tmp/sqlite_data/vectordb.db - name: 'Upload SQLite Vector DB File' - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: sqlite_data path: /tmp/sqlite_data/vectordb.db