actions/upload-artifact@v3 is not able to find files #139038
Replies: 2 comments
-
Hi there, Artifact actions v3 will be deprecated by November 30, 2024. If you are using v3 of actions/upload-artifact or actions/download-artifact your workflows will need to be updated. After this date using v3 of these actions will result in a workflow failure. Artifacts within their retention period will remain accessible from the UI or REST API regardless of the version used to upload. What you need to do |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi,
I am trying to upload artifacts which is cucumber html reports generated via WDIO node using GitHub Actions upload-artifact.
It is not able to find the files to upload and gives :
Warning: No files were found with the provided path: ./cucumber-report/cucumber-html/. No artifacts will be uploaded.
How do I find if files are there or not ?
logs_46.zip
Beta Was this translation helpful? Give feedback.
All reactions