-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Artifacts get lost, when re-running old workflows #32256
Labels
Comments
We should improve the gitea/models/actions/artifact.go Lines 57 to 82 in 5242e52
|
Zettat123
added a commit
to Zettat123/gitea
that referenced
this issue
Oct 17, 2024
lunny
pushed a commit
that referenced
this issue
Oct 18, 2024
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this issue
Jan 23, 2025
Fix go-gitea#32256 (cherry picked from commit 9116665)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I just tried to re-run a job that was executed 2 weeks ago. We have set
ARTIFACT_RETENTION_DAYS = 7
in the actions section.The build job actually says that artifact upload is succesful. But the next job, that tries to fetch the artifact fails:
I also tried downloading the artifact manually and get the error:
I also tried to delete the artifact manually in the web interface. This also returns a 200 code for the
DELETE
request. However the artifact does not disappear.Here a part of the response from the artifacts
GET
request after the deletion attempt:Gitea Version
1.22.3
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
docker
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: