File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 override : true
3636
3737 - name : Cache Rust dependencies
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : |
4141 ~/.cargo/bin/
5757 - name : Cache LLVM on Windows
5858 if : runner.os == 'Windows'
5959 id : cache-llvm
60- uses : actions/cache@v4
60+ uses : actions/cache@v5
6161 with :
6262 path : C:\Program Files\LLVM
6363 key : windows-llvm-latest
@@ -109,7 +109,7 @@ jobs:
109109 echo "::set-output name=asset-path::$ASSET_PATH"
110110
111111 - name : Upload Artifact
112- uses : actions/upload-artifact@v5
112+ uses : actions/upload-artifact@v6
113113 with :
114114 name : asset-${{ matrix.target }}
115115 path : ${{ steps.set_asset.outputs.asset-path }}
@@ -119,7 +119,7 @@ jobs:
119119 runs-on : ubuntu-latest
120120 steps :
121121 - name : Download artifacts
122- uses : actions/download-artifact@v6
122+ uses : actions/download-artifact@v7
123123 with :
124124 path : artifacts
125125
You can’t perform that action at this time.
0 commit comments