-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: add support for upload-artifact@v4, deprecates support for previous versions * chore: update docs, fix CI workflow * docs: fix example * docs: add deprecation note * docs: add token note --------- Co-authored-by: Richard Herman <[email protected]>
- Loading branch information
Showing
17 changed files
with
31,446 additions
and
3,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ end_of_line = crlf | |
indent_style = space | ||
indent_size = 4 | ||
|
||
[{.yml}] | ||
[*.yml] | ||
indent_style = space | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- | ||
## {version} | ||
🚨 Break | ||
✨ Add | ||
🐞 Fix | ||
♻️ Update | ||
--> | ||
|
||
# Change Log | ||
|
||
## v4.0 | ||
|
||
- Add support for artifacts uploaded with `actions/upload-artifact@v4`. | ||
- Add requirement of `token` with read and write access to actions. | ||
- Update requests to use GitHub REST API. | ||
- Deprecate support for `actions/upload-artifact@v1`, `actions/upload-artifact@v2`, and `actions/upload-artifact@v3` (please use `geekyeggo/delete-artifact@v2`). | ||
|
||
## v2.0 | ||
|
||
- Add support for glob pattern matching via `useGlob`. | ||
|
||
## v1.0 | ||
|
||
- Initial release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.