5656 - name : Build native library for ${{ matrix.target.location }} using native capabilities
5757 run : make ckzg -C bindings/csharp CC=clang EXTENSION=${{matrix.target.ext}} LOCATION=${{matrix.target.location}} ARCH=${{matrix.target.arch}}
5858 - name : Upload artifacts
59- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
59+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6060 with :
6161 name : ckzg-library-wrapper-${{ matrix.target.location }}
6262 path : bindings/csharp/Ckzg.Bindings/runtimes/${{ matrix.target.location }}/native
8484 dotnet-version : ' 10.0.x'
8585 - name : Install dependencies
8686 run : cd bindings/csharp && dotnet restore
87- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
87+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
8888 with :
8989 pattern : ckzg-library-wrapper-*
9090 path : bindings/csharp/Ckzg.Bindings/runtimes
@@ -105,7 +105,7 @@ jobs:
105105 needs : test-ckzg-dotnet
106106 steps :
107107 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
108+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
109109 with :
110110 pattern : ckzg-library-wrapper-*
111111 path : bindings/csharp/Ckzg.Bindings/runtimes
@@ -125,7 +125,7 @@ jobs:
125125 working-directory : bindings/csharp
126126 run : dotnet pack -c release -o nupkgs -p:Version=${{ inputs.version || env.binding_build_number_based_version }} -p:ContinuousIntegrationBuild=true
127127 - name : Upload package
128- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
128+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
129129 with :
130130 name : Ckzg.Bindings-${{ inputs.version || env.binding_build_number_based_version }}
131131 path : bindings/csharp/nupkgs/Ckzg.Bindings.*.nupkg
0 commit comments