Salman Chishti
e9e9a8d83c
Merge a6c73a9235d5728926a7882dc22beb3c5ae6dc2e into 4a24838f3d5601fd639834081e118c2995d51e1c
2025-09-29 14:19:25 +00:00
Salman Muin Kayser Chishti
a6c73a9235
update licences with temp not using package
2025-09-29 15:19:15 +01:00
Salman Muin Kayser Chishti
3d7939314b
Revert licensed workflow changes - keep original behavior
2025-09-29 15:10:00 +01:00
Salman Muin Kayser Chishti
c69518956c
Update licensed workflow to cache dependencies before status check
2025-09-29 15:03:02 +01:00
Salman Muin Kayser Chishti
1a965d5855
update
2025-09-29 14:57:31 +01:00
Salman Muin Kayser Chishti
9a17dd726a
Fix licensed configuration by ignoring packages with missing license text
2025-09-29 14:57:12 +01:00
Salman Muin Kayser Chishti
d799cd6276
Update licensed configuration for new dependencies with Node 24 support
2025-09-29 14:55:53 +01:00
Salman Muin Kayser Chishti
f2793f092b
update licenses
2025-09-29 14:52:08 +01:00
Salman Muin Kayser Chishti
d86c86bb47
Update to use local artifact package v3.0.0
...
- Switch from @actions/artifact@^2.3.2 to file:../packages/artifact
- Add uri-js-replace security override
- Update @actions/github to v6.0.1 for security fixes
- Rebuild dist/index.js with updated dependencies
- Fix all security vulnerabilities (0 remaining)
2025-09-29 14:18:17 +01:00
Yang Cao
4a24838f3d
Merge pull request #431 from danwkennedy/patch-1
...
Readme: spell out the first use of GHES
2025-09-24 09:48:26 -04:00
Daniel Kennedy
5e3251c4ff
Readme: spell out the first use of GHES
2025-09-24 09:44:57 -04:00
Yang Cao
abefc31eaf
Merge pull request #424 from actions/yacaovsnc/update_readme
...
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
Yang Cao
de96f4613b
Merge pull request #417 from actions/yacaovsnc/update_readme
...
Update README for download-artifact v5 changes
2025-08-06 09:03:16 -04:00
Yang Cao
7993cb44e9
Remove migration guide for artifact download changes
...
Readme probably should be less verbose since it's not a changelog.
2025-08-05 18:06:12 -04:00
Yang Cao
2653c123b8
Update README.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-05 18:02:37 -04:00
Yang Cao
7d782037f3
Update README for download-artifact v5 changes
...
Updated documentation for download-artifact action to reflect changes in version 5.
2025-08-05 18:01:53 -04:00
Yang Cao
634f93cb29
Merge pull request #416 from actions/single-artifact-id-download-path
...
fix: inconsistent path behavior for single artifact downloads by ID
v5.0.0
v5
2025-08-05 16:50:54 -04:00
GrantBirki
b19ff43027
refactor: resolve download path correctly in artifact download tests (mainly for windows unit tests)
2025-08-05 11:26:03 -07:00
GrantBirki
e262cbee4a
bundle dist
2025-08-05 11:00:44 -07:00
GrantBirki
bff23f9308
update docs
2025-08-05 10:59:33 -07:00
GrantBirki
fff8c148a8
fix download path logic when downloading a single artifact by id
2025-08-05 10:56:18 -07:00
Salman Muin Kayser Chishti
426e7e1989
Update to Node.js 24 and related dependencies
...
Bump Node.js version to 24 in workflows, action definition, and package requirements. Update @types/node to 24.1.0 and add engines field to enforce Node.js >=24. This ensures compatibility with the latest Node.js features and ecosystem.
2025-07-29 13:57:02 +01:00
Ben De St Paer-Gotch
448e3f862a
Merge pull request #407 from actions/nebuk89-patch-1
...
Update README.md
2025-06-17 14:18:27 +01:00
Ben De St Paer-Gotch
47225c44b3
Update README.md
2025-06-16 10:11:52 +01:00
Rob Herley
d3f86a106a
Merge pull request #404 from actions/robherley/v4.3.0
...
Prep for v4.3.0 release
v4
v4.3.0
2025-04-24 12:25:03 -04:00
Rob Herley
fc02353415
prep for v4.3.0 release
2025-04-24 11:21:41 -04:00
Josh Gross
77454371a4
Merge pull request #402 from actions/joshmgross/download-by-id-example
...
Fix workflow example for downloading by artifact ID
2025-04-24 11:04:38 -04:00
Josh Gross
84fc7a0a35
Remove path filters from Check dist workflow
2025-04-23 10:32:04 -04:00
Josh Gross
67f2bc382f
Fix workflow example for downloading by artifact ID
2025-04-23 10:27:20 -04:00
Grant Birkinbine
8ea3c2c174
Merge pull request #401 from actions/download-by-id
...
feat: implement new `artifact-ids` input
2025-04-22 08:16:56 -07:00
GrantBirki
d219c630f6
add supporting unit tests for artifact downloads with ids
2025-04-17 13:14:21 -07:00
GrantBirki
54124fbd88
revert getArtifact() changes - for now we have to list and filter by artifact-ids until a getArtifactById() public method exists
2025-04-17 12:30:12 -07:00
GrantBirki
b83057b90d
bundle
2025-04-17 12:20:46 -07:00
GrantBirki
171183c7dc
use the same artifactClient.getArtifact structure as seen above in isSingleArtifactDownload logic
2025-04-17 12:18:37 -07:00
GrantBirki
e463631f66
bundle
2025-04-17 11:49:32 -07:00
GrantBirki
ec378bcca1
when only one artifact-id is given, use getArtifact and check the resulting id returned
2025-04-17 11:48:44 -07:00
GrantBirki
42aef06f22
apply https://github.com/actions/download-artifact/pull/401#discussion_r2048225048 suggestion
2025-04-17 09:55:13 -07:00
Grant Birkinbine
ac35f995fe
implement new artifact-ids input
2025-04-17 04:47:03 +00:00
Josh Gross
95815c38cf
Merge pull request #391 from GhadimiR/main
...
Fix bug introduced in 4.2.0
v4.2.1
2025-03-19 11:14:44 -04:00
Ryan Ghadimi
278fca438a
Move log statements
2025-03-19 15:06:13 +00:00
Ryan Ghadimi
68909842a1
Merge branch 'main' into main
2025-03-19 15:04:09 +00:00
Josh Gross
f9415c0ec3
Run unit tests in CI
2025-03-19 15:01:26 +00:00
Josh Gross
76a6eb5cbc
Merge pull request #392 from GhadimiR/add_unit_tests
...
Add unit tests
2025-03-19 10:52:21 -04:00
Josh Gross
a2426d7c45
Merge branch 'main' into add_unit_tests
2025-03-19 10:48:52 -04:00
Ryan Ghadimi
3ffa694f6f
lint
2025-03-19 12:26:46 +00:00
Ryan Ghadimi
53f6aa5f93
Add extra assertion to download single artifact test
2025-03-19 12:25:37 +00:00
Ryan Ghadimi
b456700053
lint
2025-03-19 11:31:11 +00:00
Ryan Ghadimi
9eab798a98
Configure tsconfig
2025-03-19 11:25:29 +00:00
Ryan Ghadimi
a39a661f39
Unfix error
2025-03-19 11:22:27 +00:00