Compare commits

..

1 commit

Author SHA1 Message Date
Salman Chishti
f2e6f2d205
Merge 1c80d4491e into de96f4613b 2025-08-06 14:17:47 +01:00
2 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,7 @@ jobs:
test-node24:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
# Setup with Node.js 24
- name: Setup Node.js 24

View file

@ -34,8 +34,6 @@ 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]