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

fix: update upload-artifact and download-artifact #14070

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

Joibel
Copy link
Member

@Joibel Joibel commented Jan 10, 2025

Fixes #12455

See also @agilgur5's commentary from #13027

Motivation

The github actions upload-artifact and download-artifact are deprecated and will presumably stop working completely on the 30th of January 2025.

Modifications

Update all uses of both actions to the latest releases by SHA, matching those introduced in #14012.

Remove the dependabot ignore for these actions so they get dependabot maintained.

Verification

This is a "github only" change so CI for this PR and future working or failing are the only mechanisms to check it works.

This PR fixes the warning we were getting - see this run for the PR: https://github.com/argoproj/argo-workflows/actions/runs/12706995546?pr=14070

Compare to a prior run: https://github.com/argoproj/argo-workflows/actions/runs/12703710249

@Joibel Joibel added the area/contributing Contributing docs, ownership, etc. Also devtools like devcontainer and Nix label Jan 10, 2025
@Joibel Joibel force-pushed the upload-download-artifact branch from cb22fa1 to 1ba3eda Compare January 10, 2025 09:38
@Joibel Joibel marked this pull request as ready for review January 10, 2025 09:55
@Joibel Joibel added the prioritized-review For members of the Sustainability Effort label Jan 10, 2025
@terrytangyuan terrytangyuan merged commit a7a72e7 into argoproj:main Jan 10, 2025
33 checks passed
@Joibel
Copy link
Member Author

Joibel commented Jan 10, 2025

Thanks @terrytangyuan

@Joibel Joibel deleted the upload-download-artifact branch January 10, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/contributing Contributing docs, ownership, etc. Also devtools like devcontainer and Nix prioritized-review For members of the Sustainability Effort
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade actions/upload-artifact and actions/download-artifact to V4
2 participants