diff --git a/.github/workflows/image-build.yml b/.github/workflows/image-build.yml index 4d202b0b..0e50d1fc 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 e7ada4d4..72952da4 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