1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-23 21:26:14 +02:00
gitea/routers/api/actions
ChristopherHX a53d268aca
Actions Artifacts v4 backend (#28965)
Fixes #28853 

Needs both https://gitea.com/gitea/act_runner/pulls/473 and
https://gitea.com/gitea/act_runner/pulls/471 on the runner side and
patched `actions/upload-artifact@v4` / `actions/download-artifact@v4`,
like `christopherhx/gitea-upload-artifact@v4` and
`christopherhx/gitea-download-artifact@v4`, to not return errors due to
GHES not beeing supported yet.
2024-03-02 09:12:17 +00:00
..
ping Implement actions (#21937) 2023-01-31 09:45:19 +08:00
runner Add artifacts v4 jwt to job message and accept it (#28885) 2024-02-02 14:25:59 +00:00
actions.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
artifact.pb.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifact.proto Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifacts.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
artifacts_chunks.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifacts_utils.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifactsv4.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00