|
62 | 62 | # we specify bash to get pipefail; it guards against the `curl` command |
63 | 63 | # failing. otherwise `sh` won't catch that `curl` returned non-0 |
64 | 64 | shell: bash |
65 | | - run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh" |
| 65 | + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.14.1/cargo-dist-installer.sh | sh" |
66 | 66 | # sure would be cool if github gave us proper conditionals... |
67 | 67 | # so here's a doubly-nested ternary-via-truthiness to try to provide the best possible |
68 | 68 | # functionality based on whether this is a pull_request, and whether it's from a fork. |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | submodules: recursive |
168 | 168 | - name: Install cargo-dist |
169 | 169 | shell: bash |
170 | | - run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh" |
| 170 | + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.14.1/cargo-dist-installer.sh | sh" |
171 | 171 | # Get all the local artifacts for the global tasks to use (for e.g. checksums) |
172 | 172 | - name: Fetch local artifacts |
173 | 173 | uses: actions/download-artifact@v4 |
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | with: |
213 | 213 | submodules: recursive |
214 | 214 | - name: Install cargo-dist |
215 | | - run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh" |
| 215 | + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.14.1/cargo-dist-installer.sh | sh" |
216 | 216 | # Fetch artifacts from scratch-storage |
217 | 217 | - name: Fetch artifacts |
218 | 218 | uses: actions/download-artifact@v4 |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | repository: "libsql/homebrew-sqld" |
253 | 253 | token: ${{ secrets.HOMEBREW_TAP_TOKEN }} |
254 | 254 | # So we have access to the formula |
255 | | - - name: Fetch local artifacts |
| 255 | + - name: Fetch homebrew formulae |
256 | 256 | uses: actions/download-artifact@v4 |
257 | 257 | with: |
258 | 258 | pattern: artifacts-* |
|
0 commit comments