File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,17 +109,17 @@ jobs:
109109 # Download-artifact cannot do a wildcard and if all are downloaded it can download the results from the electron stage
110110 # We could filter that but this is faster to avoid unneeded downloads.
111111 - name : Download Win
112- uses : actions/download-artifact@v3
112+ uses : actions/download-artifact@v4
113113 with :
114114 name : tauri-win
115115 path : artifacts/tauri-win
116116 - name : Download Mac
117- uses : actions/download-artifact@v3
117+ uses : actions/download-artifact@v4
118118 with :
119119 name : tauri-mac
120120 path : artifacts/tauri-mac
121121 - name : Download Linux
122- uses : actions/download-artifact@v3
122+ uses : actions/download-artifact@v4
123123 with :
124124 name : tauri-linux
125125 path : artifacts/tauri-linux
Original file line number Diff line number Diff line change 4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Download artifact
44- uses : actions/download-artifact@v3
44+ uses : actions/download-artifact@v4
4545 - name : Upload Release Assets
4646 id : upload-release-asset
4747
You can’t perform that action at this time.
0 commit comments