@@ -24,10 +24,10 @@ jobs:
24
24
job :
25
25
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
26
26
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
27
- - { target: aarch64-apple-darwin , os: macos-11 }
27
+ - { target: aarch64-apple-darwin , os: macos-latest }
28
28
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
29
29
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
30
- - { target: x86_64-apple-darwin , os: macos-11 }
30
+ - { target: x86_64-apple-darwin , os: macos-latest }
31
31
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
32
32
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
33
33
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
@@ -133,7 +133,7 @@ jobs:
133
133
echo ::set-output name=LIB_FINAL_NAME::${LIB_FINAL_NAME}.tar.gz
134
134
135
135
- name : " Upload artifact"
136
- uses : actions/upload-artifact@v2
136
+ uses : actions/upload-artifact@v4
137
137
with :
138
138
name : ${{ steps.rename.outputs.LIB_FINAL_NAME }}
139
139
path : ${{ steps.rename.outputs.LIB_FINAL_PATH }}
0 commit comments