ErickKS / vite-deploy

Guide for vite react app deploy
331 stars 60 forks source link

Fix Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2` #10

Open rdavydov opened 1 week ago

rdavydov commented 1 week ago

Hey everyone!

Unfortunately, the build job fails with:

image

We just need to update deprecated versions from @v2 to @v3.

All credit goes to @dipanjal in https://github.com/ErickKS/vite-deploy/issues/3#issuecomment-2381584583_ - thanks for the info, works like a charm!

I just took the time to make these fixes as a PR.

Good luck, Roman

rdavydov commented 1 week ago

@ErickKS Please review and merge.

P.S. Thanks for creating this awesome repo and https://github.com/ErickKS/vite-react-router =)