Conversation
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow dependencies by bumping pinned commit SHAs for actions/upload-artifact and actions/download-artifact across CI workflows.
Changes:
- Bumped
actions/upload-artifactpinned SHA across multiple workflows. - Bumped
actions/download-artifactpinned SHA where artifacts are consumed. - Kept workflow logic intact while refreshing action dependencies.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/windows.yml | Updates pinned SHAs for artifact upload/download steps in Windows CI. |
| .github/workflows/vcpkg_test.yml | Updates pinned SHA for artifact uploads on failure in vcpkg test jobs. |
| .github/workflows/update_actions.yml | Updates pinned SHA for uploading the generated patch artifact. |
| .github/workflows/test-report.yml | Updates pinned SHA for downloading artifacts in the test report job. |
| .github/workflows/source-code-check.yml | Updates pinned SHA for uploading whitespace patch artifact on failure. |
| .github/workflows/snap.yml | Updates pinned SHA for uploading logs and build artifacts. |
| .github/workflows/osx.yml | Updates pinned SHA for uploading logs and build artifacts in macOS CI. |
| .github/workflows/mingw.yml | Updates pinned SHA for uploading logs and build artifacts in MinGW CI. |
| .github/workflows/linux.yml | Updates pinned SHA for uploading logs, artifacts, and test results in Linux CI. |
| .github/workflows/linux-package.yml | Updates pinned SHAs for uploading/downloading artifacts in Linux packaging workflows. |
| .github/workflows/linux-package-stable-release.yml | Updates pinned SHA for uploading repository artifacts for stable releases. |
| .github/workflows/android.yml | Updates pinned SHAs for uploading/downloading artifacts in Android CI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 by cubic
Update CI workflows to the latest pinned versions of actions/upload-artifact and actions/download-artifact to improve reliability and security. No build logic or output changes.
Written for commit 1b0f486. Summary will update on new commits.