File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 # Binary Preparation
6565 # --------------------------------------------------
6666 - name : Download compiled binaries
67- uses : actions/download-artifact@v7
67+ uses : actions/download-artifact@v8
6868 with :
6969 pattern : " *-binaries"
7070 path : ./packages
Original file line number Diff line number Diff line change 1- name : Reusable Release Workflow
2-
3- on :
4- workflow_call :
5- inputs :
6- cliff-config :
7- description : ' Path to changelog configuration file'
8- required : true
9- type : string
1+ name : Publish Release
102
113on :
124 workflow_call :
3426 fetch-tags : true
3527
3628 - name : Download binary artifacts
37- uses : actions/download-artifact@v7
29+ uses : actions/download-artifact@v8
3830 with :
3931 pattern : " *-binaries"
4032 path : ./packages
Original file line number Diff line number Diff line change 1- name : Reusable Build Workflow
2-
3- on :
4- workflow_call :
5- inputs :
6- rust-toolchain :
7- description : ' Rust toolchain to use'
8- required : false
9- type : string
10- default : ' stable'
11- packages :
12- description : ' Comma-separated list of package names'
13- required : true
14- type : string
15- target-config-file :
16- description : ' Path to the TOML file containing target configurations'
17- required : false
18- type : string
19- default : ' .github/target.toml'
20- run-tests :
21- description : ' Whether to run tests (can be overridden)'
22- required : false
23- type : boolean
24- default : true
1+ name : Build Rust Binary
252
263on :
274 workflow_call :
9976 cargo +nightly fmt --all -- --check
10077
10178 - name : Spell Check Repo
102- uses : crate-ci/typos@v1.43.4
79+ uses : crate-ci/typos@v1.44.0
10380 env :
10481 CLICOLOR : 1
10582
@@ -223,7 +200,7 @@ jobs:
223200 done
224201
225202 - name : Upload binary artifacts
226- uses : actions/upload-artifact@v6
203+ uses : actions/upload-artifact@v7
227204 with :
228205 name : ${{ matrix.release-name || matrix.target }}-binaries
229206 path : artifacts/
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments