-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use unique names for actions upload-artifact #1397
Conversation
Seems related: actions/upload-artifact#480 v3 will be expired on Nov 30. Better way might be as suggested here: actions/upload-artifact#481 (comment) |
b4f3134
to
7a7a280
Compare
cddee02
to
012fbd2
Compare
Signed-off-by: Cleopatra Enjeck M <[email protected]>
012fbd2
to
aa30985
Compare
Thanks @blizzz . That helps. |
The failing tests fail for me locally as well. But what is confusing is that we did not have recent merges. |
Okay, I suppose that was removed in Text (as it is in text wrapper): nextcloud/text#6425 |
Signed-off-by: Arthur Schiwon <[email protected]>
/backport to stable0.8 |
/backport to stable0.7 |
At https://github.com/nextcloud/tables/actions/runs/11089354255?pr=1396, we have the error
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
. This is an attempt to fix it.