From e73ee10c7552966e58bde25ecb4a0033cd13a843 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 13 Dec 2023 09:39:06 +0100 Subject: [PATCH] README: fix [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab743da..301e284e 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar ## Troubleshooting -### `GLIBC_2.28' not found +### GLIBC_2.28 not found `v3` release of this action switched from `node16` to `node20` as runtime. Node 20 requires `glibc>=2.28`. If your self-hosted runner has older `glibc`, pin to `v2` release, but note it won't receive any updates.