Skip to content

Commit fce329c

Browse files
committed
fix: upload-artifact v2 was deprecated
1 parent a1ce9c8 commit fce329c

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)