You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates needed to the .github/workflows/main.yml file
actions/setup-node@v2:
v2 is an earlier version. Although there is no specific mention of setup-node in the warning, upgrading to v3 is good practice.
Impact: Not critical, but guarantees ongoing support.
actions/upload-artifact@v2:
Version v2 should be upgraded to v4, as mentioned in the email.
Impact: Relevant, as using old versions can lead to future problems or lack of support.
Translated with DeepL.com (free version)
The text was updated successfully, but these errors were encountered:
Updates needed to the .github/workflows/main.yml file
actions/setup-node@v2:
v2 is an earlier version. Although there is no specific mention of setup-node in the warning, upgrading to v3 is good practice.
Impact: Not critical, but guarantees ongoing support.
actions/upload-artifact@v2:
Version v2 should be upgraded to v4, as mentioned in the email.
Impact: Relevant, as using old versions can lead to future problems or lack of support.
Translated with DeepL.com (free version)
The text was updated successfully, but these errors were encountered: