We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107d6e7 commit 1f030a0Copy full SHA for 1f030a0
2 files changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
python-version: 3.x
38
- name: Download files
39
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
40
41
name: b2h5py-dist
42
- name: Install
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
RELEASE-NOTES.md
@@ -6,6 +6,6 @@
6
HDF5-Blosc2 does not add the dim info in cd_values when ndim == 1.
7
This adds the dim info manually.
8
9
-* Upload artifact in CI bumped to v4.
+* Upload/download artifact in CI bumped to v4.
10
11
* Development status has been bumped to 4 - Beta.
0 commit comments