Skip to content

False deprecation error for upload-artifact@v1 in deploy-pages@v4 workflow #403

@kopcho

Description

@kopcho

My GitHub Actions workflow is failing with the following error:

"This request has been automatically failed because it uses a deprecated version of 'actions/upload-artifact@v1'"

However, my workflow does not use upload-artifact@v1 at all. I am using only the latest @v4 versions of all relevant actions:

- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/upload-pages-artifact@v4
- uses: actions/deploy-pages@v4
I’ve confirmed that:

No other workflows or files reference upload-artifact@v1
All actions are up to date
GitHub Pages settings are correct
This appears to be a false positive or an internal dependency issue. Please investigate whether deploy-pages@v4 or another internal action is still referencing upload-artifact@v1.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions