File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ jobs:
6060 - name : Build (Apple Silicon)
6161 run : make build ARCH=aarch64-apple-darwin
6262 - name : Save artifacts (Intel)
63- uses : actions/upload-artifact@v2
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : x86_64-apple-darwin
6666 path : ./dist/x86_64-apple-darwin/alfred-chrome.alfredworkflow
6767 - name : Save artifacts (Apple Silicon)
68- uses : actions/upload-artifact@v2
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : aarch64-apple-darwin
7171 path : ./dist/aarch64-apple-darwin/alfred-chrome.alfredworkflow
7777 - name : Checkout
7878 uses : actions/checkout@v3
7979 - name : Download artifacts
80- uses : actions/download-artifact@v2
80+ uses : actions/download-artifact@v4
8181 with :
8282 path : artifacts
8383 - name : Create release
You can’t perform that action at this time.
0 commit comments