Compare commits

...

6 commits

Author SHA1 Message Date
dhawalseth
8ce54a16f1
Merge bb41be0133 into abefc31eaf 2025-09-08 13:10:51 +01:00
Yang Cao
abefc31eaf
Merge pull request #424 from actions/yacaovsnc/update_readme
Some checks failed
Check dist/ / check-dist (push) Failing after 3s
Code scanning - action / CodeQL-Build (push) Failing after 22s
Licensed / Check licenses (push) Failing after 1s
Update README with artifact extraction details
2025-08-25 16:23:50 -04:00
Yang Cao
ac43a6070a
Update README with artifact extraction details
Clarified note on artifact extraction and GHES support.
2025-08-25 14:32:17 -04:00
dhawalseth
bb41be0133
Merge branch 'main' into patch-1 2024-01-03 16:12:18 -08:00
dhawalseth
72db79fe99
Update action.yml to use node18 2024-01-03 16:11:31 -08:00
dhawalseth
dcd703c4b7
Using node16 to support centOS 7 runners 2023-12-18 10:48:35 -08:00
2 changed files with 3 additions and 1 deletions

View file

@ -34,6 +34,8 @@ Now both methods are consistent:
- **By name**: `name: my-artifact` → extracted to `path/` (unchanged)
- **By ID**: `artifact-ids: 12345` → extracted to `path/` (updated - now direct)
Note: This change also applies to patterns that only match a single artifact.
## v4 - What's new
> [!IMPORTANT]

View file

@ -39,5 +39,5 @@ outputs:
download-path:
description: 'Path of artifact download'
runs:
using: 'node20'
using: 'node18'
main: 'dist/index.js'