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

.github/workflows/ci.yml: update outdated actions #694

Closed
wants to merge 1 commit into from

Conversation

dankegel
Copy link
Contributor

@dankegel dankegel commented Jul 23, 2024

Github is moving on from these action versions, several of them seem to have stopped working (or at least cause PRs to fail qa checks). Time to update.

Background

While preparing another PR for this repo, I saw errors like this from CI about outdated github actions:

"The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ "

This PR is the minimal set of changes to get rid of those warnings, plus a related one (actions/artifact-download@v4) that will be deprecated soon.

Checklist

  • Git commit messages conform to community standards.
  • Each Git commit represents meaningful milestones or atomic units of work.
  • Changed or added code is covered by appropriate tests.

@dankegel dankegel requested a review from tsenart as a code owner July 23, 2024 16:52
@tsenart
Copy link
Owner

tsenart commented Jul 27, 2024

Merged in 0ef4135

@tsenart tsenart closed this Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants