Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Dec 13, 2023
1 parent e7466d1 commit 5a9d5a8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
```yaml
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
# Optional, GitHub token, a Personal Access Token with `public_repo` scope if needed
# Required, if the artifact is from a different repo
Expand Down Expand Up @@ -76,3 +76,10 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
# default true
allow_forks: false
```

## Troubleshooting

### `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.

0 comments on commit 5a9d5a8

Please sign in to comment.