Fix deprecated GitHub Actions#2
Merged
Merged
Conversation
- Update actions/setup-go from v4 to v5 - Update actions/upload-artifact from v3 to v4 - Update actions/download-artifact from v3 to v4 - Update actions/github-script from v6 to v7 - Update codecov/codecov-action from v3 to v4 - Replace MinIO mock with simulated integration tests in CI - Fix goimports local import path These updates resolve the deprecation warnings shown in workflow runs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove deprecated rand.Seed calls (auto-seeded in Go 1.20+) - Fix artifact naming conflicts in build matrix - Each build job now creates uniquely named artifacts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates all deprecated GitHub Actions to their latest versions to resolve warnings seen in workflow runs.
Changes
Action Version Updates
actions/setup-go@v4→actions/setup-go@v5actions/upload-artifact@v3→actions/upload-artifact@v4actions/download-artifact@v3→actions/download-artifact@v4actions/github-script@v6→actions/github-script@v7codecov/codecov-action@v3→codecov/codecov-action@v4Workflow Improvements
Testing
After merging this PR, you can test the workflows:
All workflows should now run without deprecation warnings.
References
🤖 Generated with Claude Code