cypress-io / cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

Home Page:https://docs.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

main workflow broken - upload- / download-artifacts using different versions

MikeMcC399 opened this issue · comments

Issue

Workflow logs for main.yml shows only the install is succeeding, all other jobs fail with the error

Unable to find any artifacts for the associated workflow

  • This problem was introduced through merging #1487

The install job uploads artifacts using actions/upload-artifact@v4 which is incompatible with actions/download-artifact@v3. See release notes actions/download-artifact@v4

Uploads and downloads must use the same major actions versions.

Resolution