Skip to content

GitHub Actions: Changes to artifact download experience

We have changed the artifact download experience in GitHub Actions so it no longer adds an extra root directory to the downloaded archive.

Previously, if you uploaded the following files and folders as an artifact named `foo`, the downloaded archive would contain the following structure:

foo/
 |-- file1.txt
 |-- dir1/
 |    |-- dir1-file1.txt

Now, you will get an archive that only contains the files and folders you uploaded:

file1.txt
dir1/
|-- dir1-file1.txt

As a sponsored developer or organization, you can create webhooks to notify your own endpoints when events related to your GitHub Sponsors listing occur. For example, a webhook can notify you when you receive a new sponsorship.

You can specify the URL where you’d like to send the POST requests and also specify which data format you’d like to receive.

Learn more about GitHub Sponsors webhooks

See more