Skip to content

Update GitHub Actions #802

Open
AdrianSosic wants to merge 1 commit into
mainfrom
repo/actions
Open

Update GitHub Actions #802
AdrianSosic wants to merge 1 commit into
mainfrom
repo/actions

Conversation

@AdrianSosic
Copy link
Copy Markdown
Collaborator

Updates GitHub Actions to latest major versions

@AdrianSosic AdrianSosic self-assigned this May 20, 2026
Copilot AI review requested due to automatic review settings May 20, 2026 19:46
@AdrianSosic AdrianSosic added the repo Requires changes to the project configuration label May 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Actions used in the repository’s workflows to newer major versions, primarily affecting artifact upload/download, caching, and uv installation steps.

Changes:

  • Bump actions/upload-artifact to v7 and actions/download-artifact to v8 in the release workflow.
  • Bump actions/cache to v5 in the CI workflow.
  • Bump astral-sh/setup-uv to v8 in the benchmark workflow.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml Updates artifact upload/download actions used by the package build and publish jobs.
.github/workflows/ci.yml Updates caching action version for tox environment caching across test jobs.
.github/workflows/benchmark.yml Updates the uv setup action version used by the benchmark workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

repo Requires changes to the project configuration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants