Skip to content

chore: Upgrade actions/cache and actions/upload-artifact to v4#99

Merged
quantumshiro merged 1 commit intodevelopfrom
fix/kani
Jun 15, 2025
Merged

chore: Upgrade actions/cache and actions/upload-artifact to v4#99
quantumshiro merged 1 commit intodevelopfrom
fix/kani

Conversation

@quantumshiro
Copy link
Copy Markdown
Member

Closes #

Description

Current behavior (updates)

New behavior

Is this a breaking change (Yes/No):

Additional Information

@quantumshiro quantumshiro requested a review from Copilot June 15, 2025 15:02
@quantumshiro quantumshiro self-assigned this Jun 15, 2025
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 upgrades the GitHub Actions used in the kani-verification workflow to version 4.

  • Upgrades actions/cache from v3 to v4
  • Upgrades actions/upload-artifact from v3 to v4
Comments suppressed due to low confidence (2)

.github/workflows/kani-verification.yml:35

  • Ensure that the parameters provided for actions/cache are fully compatible with v4 as the upgrade might require configuration adjustments compared to v3.
uses: actions/cache@v4

.github/workflows/kani-verification.yml:126

  • Verify that the input configuration for actions/upload-artifact adheres to any new requirements or changes in v4 to ensure expected functionality.
uses: actions/upload-artifact@v4

@quantumshiro quantumshiro merged commit b758a0c into develop Jun 15, 2025
7 checks passed
@quantumshiro quantumshiro deleted the fix/kani branch June 15, 2025 15:18
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.

2 participants