Skip to content

Commit 920d890

Browse files
committed
fix: ci build and README badge
1 parent fe6958e commit 920d890

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Install blosc
2222
run: |
2323
sudo apt-get update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# n5-zarr [![Build Status](https://github.com/saalfeldlab/n5-zarr/actions/workflows/build-main.yml/badge.svg)](https://github.com/saalfeldlab/n5-zarr/actions/workflows/build-main.yml)
1+
# n5-zarr [![Build Status](https://github.com/saalfeldlab/n5-zarr/actions/workflows/build.yml/badge.svg)](https://github.com/saalfeldlab/n5-zarr/actions/workflows/build.yml)
22

33
This library provides support for the [Zarr v2](https://zarr-specs.readthedocs.io/en/latest/v2/v2.0.html) and
44
[Zarr v3](https://zarr-specs.readthedocs.io/en/latest/v3/core/index.html) storage formats for the N5 API.

0 commit comments

Comments
 (0)