Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit f102bc5

Browse files
author
Luke Hinds
authored
Merge pull request #536 from stacklok/dependabot/github_actions/actions/upload-artifact-4.6.0
Bump actions/upload-artifact from 4.5.0 to 4.6.0
2 parents 476316c + e2ad329 commit f102bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/import_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
poetry run python scripts/import_packages.py --jsonl-dir /tmp/jsonl-files --vec-db-path /tmp/sqlite_data/vectordb.db
7575
7676
- name: 'Upload SQLite Vector DB File'
77-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
77+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
7878
with:
7979
name: sqlite_data
8080
path: /tmp/sqlite_data/vectordb.db

0 commit comments

Comments
 (0)