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

Use actions/upload-artifact@v4 on CI workflows #504

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

Widcket
Copy link
Contributor

@Widcket Widcket commented Jan 29, 2025

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

📋 Changes

This PR pins all usages of actions/upload-artifact to v4. This is necessary because Dependabot does not seem to be able to bump the version of actions/upload-artifact used inside composite actions, leading to a version mismatch between:

  • Workflows using actions/upload-artifact directly
  • Workflows using actions/upload-artifact indirectly, through a composite action

@Widcket Widcket disabled auto-merge January 29, 2025 14:31
@Widcket Widcket merged commit 2037d43 into main Jan 29, 2025
13 of 15 checks passed
@Widcket Widcket deleted the chore/upload-artifact@v4 branch January 29, 2025 14:41
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