diff options
author | reivilibre <oliverw@matrix.org> | 2024-01-24 11:59:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 11:59:15 +0000 |
commit | d0bdd41a75ac71281311aa7e03d488e8367772e7 (patch) | |
tree | 5e2ba4529f9fc2b8c6f329f586fbd83ac3172032 /changelog.d/16847.misc | |
parent | Update changelog (diff) | |
download | synapse-d0bdd41a75ac71281311aa7e03d488e8367772e7.tar.xz |
Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to breaking changes. (#16847)
Partially reverts #16796 This is causing errors of the form: ``` Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run ``` for the debs and wheels stages. There were breaking changes that weren't included in the dependabot changelog (:/): https://github.com/actions/upload-artifact#breaking-changes <!-- Fixes: # <!-- --> <!-- Supersedes: # <!-- --> <!-- Follows: # <!-- --> <!-- Part of: # <!-- --> Base: `release-v1.100` <!-- git-stack-base-branch:release-v1.100 --> <!-- This pull request is commit-by-commit review friendly. <!-- --> <!-- This pull request is intended for commit-by-commit review. <!-- --> Original commit schedule, with full messages: <ol> <li> Downgrade the `upload-artifact` and `download-artifact` actions to v3 </li> </ol> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to '')
-rw-r--r-- | changelog.d/16847.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16847.misc b/changelog.d/16847.misc new file mode 100644 index 0000000000..95650f01fb --- /dev/null +++ b/changelog.d/16847.misc @@ -0,0 +1 @@ +Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to breaking changes. \ No newline at end of file |