You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I usually use actions/upload-artifact@v3 for build the projects it's success without any error for now my project have more files from 483 files to 503 files it's failed and I got error
"Upload finished. There were 18 items that failed to upload
The raw size of all the files that were specified for upload is 2451583384 bytes
The size of all the files that were uploaded is 817267741 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
::error::An error was encountered when uploading "Projectname" There were 18 items that failed to upload."
So for now I trying to change the version from 3 to 4 but it seems like to skip to upload without any error I'm using Gitea & Gitea Action
What happened?
Hi everyone .
I usually use actions/upload-artifact@v3 for build the projects it's success without any error for now my project have more files from 483 files to 503 files it's failed and I got error
"Upload finished. There were 18 items that failed to upload
The raw size of all the files that were specified for upload is 2451583384 bytes
The size of all the files that were uploaded is 817267741 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
::error::An error was encountered when uploading "Projectname" There were 18 items that failed to upload."
So for now I trying to change the version from 3 to 4 but it seems like to skip to upload without any error I'm using Gitea & Gitea Action
and this is my gitea-action.yml
I should run it seems like it skip failed the error underneath didn't tell anything also .
What did you expect to happen?
I should be upload also if it's failed I think it's has some error shown but it's took only 3 second then failed
How can we reproduce it?
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md#migration
trying to do in this docs , didn't success , restart Gitea - gitea action didn't work
Anything else we need to know?
No response
What version of the action are you using?
v4
What are your runner environments?
self-hosted
Are you on GitHub Enterprise Server? If so, what version?
no
The text was updated successfully, but these errors were encountered: