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 now see an activity feed in your dashboard when events related to your GitHub Sponsors listing occur. For example, the feed will include events for new sponsorships, tier changes, and cancellations.

Learn more about the GitHub Sponsors activity feed

See more

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