Skip to content

Commit c8d21a7

Browse files
committed
Update libblosc2 workflow to generate c-blosc2 native libraries using v2.23.1
1 parent d9d14b6 commit c8d21a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libblosc2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v6
3535
with:
3636
repository: 'Blosc/c-blosc2'
37-
ref: "v2.22.0"
37+
ref: "v2.23.1"
3838

3939
- name: Configure CMake
4040
run: >
@@ -84,5 +84,5 @@ jobs:
8484
- name: Upload merged artifact
8585
uses: actions/upload-artifact@v6
8686
with:
87-
name: libblosc2-native-2.22.0-${{ github.sha }}
87+
name: libblosc2-native-2.23.1-${{ github.sha }}
8888
path: native/

0 commit comments

Comments
 (0)