Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate GitHub Actions from v3 to v4 #1820

Closed
adintegra opened this issue Nov 7, 2024 · 2 comments · Fixed by #1839 or #1837
Closed

Migrate GitHub Actions from v3 to v4 #1820

adintegra opened this issue Nov 7, 2024 · 2 comments · Fixed by #1839 or #1837
Assignees

Comments

@adintegra
Copy link
Contributor

Artifact actions v3 will be deprecated by December 5, 2024. We currently have GitHub Actions workflows using v3 of actions/upload-artifact or actions/download-artifact. 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).

@adintegra adintegra added the enhancement New feature or request label Nov 7, 2024
@adintegra adintegra self-assigned this Nov 7, 2024
@sosiology sosiology added development and removed enhancement New feature or request labels Nov 7, 2024
@Rdataflow
Copy link
Contributor

@adintegra you may want to automate such version upgrades using Github dependabot i.e. https://github.com/dependabot/demo/blob/main/.github/dependabot.yml

Rdataflow added a commit to Rdataflow/visualization-tool that referenced this issue Nov 7, 2024
dependabot will create PR once new versions of GH actions become available, so no need for manual updates anymore ;-)

see dependabot docs at https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide

See also: visualize-admin#1820
@Rdataflow
Copy link
Contributor

@adintegra well done - enjoy automation 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment