File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 shell : bash
3535
3636 - name : Upload bindings
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
39- name : bindings
39+ name : bindings-${{ matrix.os }}
4040 path : |
4141 rust-bindings/target/release/*csharp_bindings.*
4242 rust-bindings/csharp-bindings/bindings/Libsql.g.cs
Original file line number Diff line number Diff line change 2323 fi
2424
2525 - name : Download bindings
26- uses : actions/download-artifact@v3
26+ uses : actions/download-artifact@v5
2727 with :
28- name : bindings
28+ pattern : bindings-*
29+ merge-multiple : true
2930 path : rust-bindings
3031
3132 - name : Setup dotnet
Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ jobs:
2424 - uses : actions/checkout@v3
2525
2626 - name : Download bindings
27- uses : actions/download-artifact@v3
27+ uses : actions/download-artifact@v5
2828 with :
29- name : bindings
29+ pattern : bindings-*
3030 path : rust-bindings
31+ merge-multiple : true
3132
3233 - name : Setup .NET Core SDK
3334 uses : actions/setup-dotnet@v3
You can’t perform that action at this time.
0 commit comments