File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 run: pkg dist/main.js -o sesame-daemon --targets linux,macos,win -C Brotli
2727
2828 - name: Download a Build Artifact
29- uses: actions/download-artifact@v3
29+ uses: actions/download-artifact@v4
3030 with:
3131 name: sesame-daemon-linux
3232
Original file line number Diff line number Diff line change @@ -111,13 +111,13 @@ jobs:
111111 run : pkg dist/main.js -o sesame-daemon-linux --targets linux --config package.json
112112
113113 - name : Upload Build Artifact
114- uses : actions/upload-artifact@v3
114+ uses : actions/upload-artifact@v4
115115 with :
116116 name : sesame-daemon-linux
117117 path : sesame-daemon-linux
118118
119119 - name : Download a Build Artifact
120- uses : actions/download-artifact@v3
120+ uses : actions/download-artifact@v4
121121 with :
122122 name : sesame-daemon-linux
123123
You can’t perform that action at this time.
0 commit comments