-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
actions/upload-artifact@v4 is not available #31256
Comments
see #28853 |
I known,but in 1.22.0, it is mentioned that it can be used normally:
|
Yes, but
(#28965) @lunny |
Ah, yes. We should have a warning there. |
I have sent https://gitea.com/gitea/blog/pulls/378 as a workaround. |
Just to clarify, should it work in the latest Gitea? Currently, am getting the following:
It should be related to: gitea/routers/api/actions/artifactsv4.go Line 142 in 75d0b61
gitea/routers/api/actions/artifactsv4.go Line 328 in 75d0b61
Yet, currently, I am not sure what information is required be sent to investigate it further, and is it required to raise another issue at the repository. The steps is the following: steps:
# ...
- name: 'Upload artifact archive'
# uses: 'actions/upload-artifact@v3'
uses: 'christopherhx/gitea-upload-artifact@v4'
with:
name: 'build-archive'
retention-days: 1
path: "${{ needs.environment-job.outputs.DEPLOYMENT_ARTIFACTS_DIRPATH }}/${{ needs.environment-job.outputs.DEPLOYMENT_ARTIFACT_ARCHIVE_FILENAME }}"
# ... # ...
steps:
- name: 'Download build artifact'
# uses: actions/download-artifact@v4
uses: 'christopherhx/gitea-download-artifact@v4'
with:
name: 'build-archive'
path: '${{ needs.environment-job.outputs.DEPLOYMENT_ARTIFACT_NAME }}'
# ... |
This is issue #31354 chunks are not properly joined in their correct order |
Description
This is the yml configuration:
the error is:
Gitea Version
1.22.0
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
git version 2.39.3 (Apple Git-146)
Operating System
MacOS 14 arm64
How are you running Gitea?
Installation from binary
Database
SQLite
The text was updated successfully, but these errors were encountered: