3939 CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER : riscv64-linux-gnu-gcc
4040 CARGO_TARGET_SPARC64_UNKNOWN_LINUX_GNU_LINKER : sparc64-linux-gnu-gcc
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343
4444 - name : Install gcc
4545 if : matrix.gcc != ''
7777 CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER : lld-link.exe
7878 CARGO_TARGET_AARCH64_PC_WINDOWS_MSVC_LINKER : lld-link.exe
7979 steps :
80- - uses : actions/checkout@v4
80+ - uses : actions/checkout@v5
8181
8282 - name : Setup Rust toolchain
8383 run : rustup toolchain install stable --profile minimal --target ${{ matrix.target }}
@@ -115,7 +115,7 @@ jobs:
115115 container :
116116 image : docker://ghcr.io/cross-rs/${{ matrix.target }}:edge
117117 steps :
118- - uses : actions/checkout@v4
118+ - uses : actions/checkout@v5
119119
120120 - uses : dtolnay/rust-toolchain@stable
121121 with :
@@ -145,7 +145,7 @@ jobs:
145145 arch : arm64
146146 runs-on : ${{ matrix.os }}
147147 steps :
148- - uses : actions/checkout@v4
148+ - uses : actions/checkout@v5
149149 with :
150150 fetch-depth : 0
151151
@@ -171,7 +171,7 @@ jobs:
171171 runs-on : ubuntu-latest
172172 needs : [build-snap]
173173 steps :
174- - uses : actions/download-artifact@v4
174+ - uses : actions/download-artifact@v5
175175 with :
176176 pattern : snap-*
177177 merge-multiple : true
@@ -200,7 +200,7 @@ jobs:
200200 runs-on : ubuntu-latest
201201 needs : [build-unix, build-windows, build-musl, build-snap]
202202 steps :
203- - uses : actions/download-artifact@v4
203+ - uses : actions/download-artifact@v5
204204 with :
205205 merge-multiple : true
206206
@@ -227,9 +227,9 @@ jobs:
227227 echo "Generated on: $(date -u +"%Y-%m-%d %H:%M") UTC" >> $GITHUB_ENV
228228 echo "EOF" >> $GITHUB_ENV
229229
230- - uses : actions/checkout@v4
230+ - uses : actions/checkout@v5
231231
232- - uses : actions/download-artifact@v4
232+ - uses : actions/download-artifact@v5
233233 with :
234234 merge-multiple : true
235235
0 commit comments