Option To Download CI Artifacts In Web UI #11614

Closed
opened 2025-11-02 09:42:28 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @TheBrokenRail on GitHub (Sep 8, 2023).

Feature Description

It would be awesome if you could download CI artifacts from the web UI.

I have been trying to setup a Gitea Actions workflow and it seems to be working. But despite saying that Artifacts have been uploaded, there is nowhere within the UI to download them.

Artifact Upload Log:

With the provided path, there will be 6 files uploaded
Starting artifact upload
For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
Artifact name is valid!
Container for artifact "artifact" successfully created. Starting upload of file(s)
Total file count: 6 ---- Processed file #0 (0.0%)
Uploaded /workspace/minecraft-pi-reborn/minecraft-pi-reborn/out/minecraft-pi-reborn-client-2.4.8-amd64.AppImage (94.5%) bytes 0:8388607
Uploaded /workspace/minecraft-pi-reborn/minecraft-pi-reborn/out/minecraft-pi-reborn-client-2.4.8-amd64.AppImage (100.0%) bytes 8388608:8874636
Total file count: 6 ---- Processed file #3 (50.0%)
Total file count: 6 ---- Processed file #3 (50.0%)
Total size of all the files uploaded is 37805249 bytes
File upload process has finished. Finalizing the artifact upload
Artifact has been finalized. All files have been successfully uploaded!

The raw size of all the files that were specified for upload is 38931096 bytes
The size of all the files that were uploaded is 37805249 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage

Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 

Artifact artifact has been successfully uploaded!

Relevant Part Of Workflow:

      - name: Upload Artifacts
        uses: actions/upload-artifact@v3
        with:
          path: ./out/**/*.AppImage

Gitea Version: 1.20.4

(I'm assuming that the artifacts are uploading correctly and this is a feature request for the UI, but I don't actually know that for sure.)

Screenshots

Screenshot 2023-09-08 at 16-50-03 minecraft-pi-reborn

Originally created by @TheBrokenRail on GitHub (Sep 8, 2023). ### Feature Description It would be awesome if you could download CI artifacts from the web UI. I have been trying to setup a Gitea Actions workflow and it seems to be working. But despite saying that Artifacts have been uploaded, there is nowhere within the UI to download them. **Artifact Upload Log:** ``` With the provided path, there will be 6 files uploaded Starting artifact upload For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging Artifact name is valid! Container for artifact "artifact" successfully created. Starting upload of file(s) Total file count: 6 ---- Processed file #0 (0.0%) Uploaded /workspace/minecraft-pi-reborn/minecraft-pi-reborn/out/minecraft-pi-reborn-client-2.4.8-amd64.AppImage (94.5%) bytes 0:8388607 Uploaded /workspace/minecraft-pi-reborn/minecraft-pi-reborn/out/minecraft-pi-reborn-client-2.4.8-amd64.AppImage (100.0%) bytes 8388608:8874636 Total file count: 6 ---- Processed file #3 (50.0%) Total file count: 6 ---- Processed file #3 (50.0%) Total size of all the files uploaded is 37805249 bytes File upload process has finished. Finalizing the artifact upload Artifact has been finalized. All files have been successfully uploaded! The raw size of all the files that were specified for upload is 38931096 bytes The size of all the files that were uploaded is 37805249 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads Artifact artifact has been successfully uploaded! ``` **Relevant Part Of Workflow:** ```yaml - name: Upload Artifacts uses: actions/upload-artifact@v3 with: path: ./out/**/*.AppImage ``` **Gitea Version:** 1.20.4 (I'm assuming that the artifacts are uploading correctly and this is a feature request for the UI, but I don't actually know that for sure.) ### Screenshots ![Screenshot 2023-09-08 at 16-50-03 minecraft-pi-reborn](https://github.com/go-gitea/gitea/assets/17478432/9affd9d1-27db-4c72-bb5e-7fdcdb33e8cc)
GiteaMirror added the topic/gitea-actionstype/proposal labels 2025-11-02 09:42:28 -06:00
Author
Owner

@fuxiaohei commented on GitHub (Sep 9, 2023):

Multi files artifacts uploading is supported in https://github.com/go-gitea/gitea/pull/24874 in v1.21. It provides correct ui to download artifacts.

@fuxiaohei commented on GitHub (Sep 9, 2023): Multi files artifacts uploading is supported in https://github.com/go-gitea/gitea/pull/24874 in v1.21. It provides correct ui to download artifacts.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11614