Skip to content

Commit 31cb181

Browse files
authored
Merge pull request #17 from YukiCoco/fix-upload-artifact-deps
fix: upload-artifact v2 was deprecated
2 parents 3e63e0f + fce329c commit 31cb181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/partial-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
REPO_TOPICS_LIMIT: 50
4040
run: npm start
4141

42-
- uses: actions/upload-artifact@v2
42+
- uses: actions/upload-artifact@v4
4343
with:
4444
name: notion-sync-storage
4545
path: .cache

0 commit comments

Comments
 (0)