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 fails on deprecated version of actions/upload-artifact: v3 #1967

Open
palemieux opened this issue Jan 30, 2025 · 3 comments
Open

CI fails on deprecated version of actions/upload-artifact: v3 #1967

palemieux opened this issue Jan 30, 2025 · 3 comments

Comments

@palemieux
Copy link

https://github.com/sandflow/openexr-ht/actions/runs/13061961406/job/36446807852#step:1:24

Current runner version: '2.321.0'
Operating System
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/[2](https://github.com/sandflow/openexr-ht/actions/runs/13061961406/job/36446807852#step:1:2)024-04-16-deprecation-notice-v3-of-the-artifact-actions/
@giuliano-lizzul-metro
Copy link

giuliano-lizzul-metro commented Jan 31, 2025

it is also happenning to us, even though I can see from the details that is downloading v4

Current runner version: '2.321.0'
Operating System
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Download action repository 'actions/github-script@v6'
Download action repository 'actions/checkout@v3'
Download action repository 'actions/upload-artifact@v4'
Getting action download info
Download action repository 'actions/cache@v4'
Getting action download info
Download action repository 'google-github-actions/auth@v2'
Download action repository 'actions/setup-node@v3'
Getting action download info
Error: This request has been automatically failed because it uses a deprecated version of actions/upload-artifact: v3. Learn more: https://github.blog/changelog/

@cary-ilm
Copy link
Member

Sorry about that, I knew that was coming, but I missed the memo on when. I'll get to sorting this out as soon as possible but it might be a couple days.

As a temporary workaround if you want to get this working before I can get it fixed, just put a if: false line in the "Update install_manifest.txtandValidate installsteps inci_steps.yml. They'll fail with the upload-artifact@v4` until some of the logic gets rewritten, so better to temporarily ignore them.

@cary-ilm
Copy link
Member

Should be fixed with #1969.

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

No branches or pull requests

3 participants