Open sunderee opened 3 months ago
Here's link to documentation on migration from v3 to v4 for both upload- and download-artifact:
actions/download-artifact
migration: https://github.com/actions/download-artifact/blob/main/docs/MIGRATION.mdactions/upload-artifact
migration: https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.mdI was unable to find anything about migrating actions/checkout
from v3 to v4, probably no breaking changes (but please do not quote me on it).
Issue description
This request comes after a Dependabot notified me to bump
actions/download-artifact
from v3 to v4.1.7:Example
As per recommendation, I updated my GitHub Actions workflow file:
What happened
This will cause the
Download artifact
stage to fail.Upon inspection of which
actions/upload-artifact
version is used by this action, I discovered it's using v3 (reference).Proposed solution
If possible, update all actions that deal with uploading/downloading artifacts to use v4.