-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for artifacts uploaded by actions/upload-artifact@v4 (#1791)
* Add support for artifacts uploaded by actions/upload-artifact@v4 The artifacts upload by actions/upload-artifact@v4 are hosted on a new infrastructure which has several constraints: - we will have an error if we push the Authorization header to it, which was the case when using the Java 11 HttpClient (and is considered a bad practice so it is good to have fixed it anyway) - the host name is dynamic so our test infrastructure was having problems with proxying the request All these problems are sorted out by this pull request and we are now testing an artifact uploaded by v3 and one uploaded by v4. Fixes #1790 * Add support for Git longpaths on Windows CI * Update src/main/java11/org/kohsuke/github/extras/HttpClientGitHubConnector.java * Move redirect handling to GitHubClient * WIP * Make snapshot file names based on mapping file information * For redirect host is only same if ports are also same * Delete .vscode/launch.json * Verify removal of header when redirecting --------- Co-authored-by: Liam Newman <bitwiseman@gmail.com>
- Loading branch information
1 parent
ddbbc7a
commit 1ebe446
Showing
118 changed files
with
2,641 additions
and
1,256 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
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
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.