Skip to content
Discussion options

You must be logged in to vote

Great, guys.

Latest updates: https://github.com/actions/download-artifact

uses: actions/upload-artifact@v4
uses: actions/download-artifact@v4

This will solve the problem.

Update Dependencies: Ensure all the actions you're using are up-to-date. Specifically, you might want to check if you're using any action like actions/upload-pages-artifact, and update it to v3. Here’s how you can update:

uses: actions/upload-pages-artifact@v3

Check Other Dependencies: It may also be useful to update other actions (such as actions/checkout) to their latest versions:

uses: actions/checkout@v4
uses: actions/setup-node@v3

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@furyuri
Comment options

@ooker777
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@paulshuai7910
Comment options

Comment options

You must be logged in to vote
2 replies
@quintonv
Comment options

@gabrielmattesich
Comment options

Answer selected by jricciardi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage