You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,14 @@ See also [upload-artifact](https://github.com/actions/upload-artifact).
23
23
-[Limitations](#limitations)
24
24
-[Permission Loss](#permission-loss)
25
25
26
+
## v8 - What's new
27
+
28
+
> [!IMPORTANT]
29
+
> actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.
30
+
31
+
- Downloads will check the content-type returned to determine if a file can be decompressed and skip the decompression stage if so. This removes previous failures where we were trying to decompress a non-zip file. Since this is making a big change to the default behavior, we're making it opt-in via a version bump.
32
+
- Users can also download a zip file without decompressing it with the new `skip-decompress` flag.
33
+
26
34
## v7 - What's new
27
35
28
36
> [!IMPORTANT]
@@ -69,15 +77,15 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
69
77
70
78
## Note
71
79
72
-
Thank you for your interest in this GitHub repo, however, right now we are not taking contributions.
80
+
Thank you for your interest in this GitHub repo, however, right now we are not taking contributions.
73
81
74
82
We continue to focus our resources on strategic areas that help our customers be successful while making developers' lives easier. While GitHub Actions remains a key part of this vision, we are allocating resources towards other areas of Actions and are not taking contributions to this repository at this time. The GitHub public roadmap is the best place to follow along for any updates on features we’re working on and what stage they’re in.
75
83
76
84
We are taking the following steps to better direct requests related to GitHub Actions, including:
77
85
78
86
1. We will be directing questions and support requests to our [Community Discussions area](https://github.com/orgs/community/discussions/categories/actions)
79
87
80
-
2. High Priority bugs can be reported through Community Discussions or you can report these to our support team https://support.github.com/contact/bug-report.
88
+
2. High Priority bugs can be reported through Community Discussions or you can report these to our support team <https://support.github.com/contact/bug-report>.
81
89
82
90
3. Security Issues should be handled as per our [security.md](SECURITY.md).
83
91
@@ -216,7 +224,7 @@ If the `name` input parameter is not provided, all artifacts will be downloaded.
216
224
217
225
Example, if there are two artifacts `Artifact-A` and `Artifact-B`, and the directory is `etc/usr/artifacts/`, the directory structure will look like this:
0 commit comments