Skip to content

Commit 1f030a0

Browse files
committed
Bump to download-artifact v4 too
1 parent 107d6e7 commit 1f030a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: 3.x
3838
- name: Download files
39-
uses: actions/download-artifact@v3
39+
uses: actions/download-artifact@v4
4040
with:
4141
name: b2h5py-dist
4242
- name: Install
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
python-version: 3.x
6060
- name: Download files
61-
uses: actions/download-artifact@v3
61+
uses: actions/download-artifact@v4
6262
with:
6363
name: b2h5py-dist
6464
- name: Install

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
HDF5-Blosc2 does not add the dim info in cd_values when ndim == 1.
77
This adds the dim info manually.
88

9-
* Upload artifact in CI bumped to v4.
9+
* Upload/download artifact in CI bumped to v4.
1010

1111
* Development status has been bumped to 4 - Beta.

0 commit comments

Comments
 (0)