Skip to content
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

ci: fix the failure of the release workflow by updating actions/upload-artifact to v4 #267

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

suzuki-shunsuke
Copy link
Contributor

@suzuki-shunsuke suzuki-shunsuke commented Nov 3, 2024

The release workflow failed because actions/upload-artifact@v1 doesn't work anymore.

https://github.com/Byron/dua-cli/actions/runs/11649383977/job/32436848048

Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v1`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/

https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/

Due to this error, no asset was released at v2.29.3.

https://github.com/Byron/dua-cli/releases/tag/v2.29.3

image

The release workflow failed because actions/upload-artifact@v1 doesn't work anymore.

https://github.com/Byron/dua-cli/actions/runs/11649383977/job/32436848048

```
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v1`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
```
@suzuki-shunsuke suzuki-shunsuke marked this pull request as ready for review November 3, 2024 09:00
@suzuki-shunsuke suzuki-shunsuke changed the title ci: update actions/upload-artifact to v4 ci: fix the failure of the release workflow by updating actions/upload-artifact to v4 Nov 3, 2024
@Byron
Copy link
Owner

Byron commented Nov 3, 2024

Thanks a lot - I noticed but didn't think that a simple upgrade would do the trick. Worth an attempt, of course.

@Byron Byron merged commit 904b3fc into Byron:main Nov 3, 2024
2 checks passed
@suzuki-shunsuke suzuki-shunsuke deleted the chore-update-upload-artifact-v4 branch November 3, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants