Upgrade to latest artifact actions and packages #3539
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟧 priority: high
Stalls work on the project or its dependents
🧱 stack: mgmt
Related to repo management and automations
🔧 tech: github actions
Involves Github Actions
🟨 tech: javascript
Involves JavaScript
Problem
The artifact system was overhauled by the new releases of
actions/upload-artifact
action v4actions/download-artifact
action v4actions/artifact Node.js
package v2These releases have several breaking changes to the way the artifacts are uploaded, accessed and downloaded. We are on v3 of the actions and v1 of the package.
Additionally the
dawidd6/action-download-artifact
action we use inpush_docker_image.yml
is not actively maintained. The functionally that this action provided is also possibly provided natively by the new releases above so our use of this action might not be needed anymore.Description
The goal is to upgrade these packages to their latest, actively maintained versions.
The text was updated successfully, but these errors were encountered: