Skip to content

Commit 13afa89

Browse files
committed
✏️ Used download instead of upload artifact. lol.
1 parent 861ef63 commit 13afa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
7070
- if: always()
7171
name: "Upload `paperpile-notion` cache as Artifact"
72-
uses: "actions/download-artifact@v3"
72+
uses: "actions/upload-artifact@v3"
7373
with:
7474
name: "paperpile-notion-cache"
7575
path: "~/.cache/paperpile-notion/*.json"

0 commit comments

Comments
 (0)