Testing - Update GitHub Actions to use latest versions#640
Merged
dpasukhi merged 2 commits intoOpen-Cascade-SAS:IRfrom Jul 23, 2025
Merged
Testing - Update GitHub Actions to use latest versions#640dpasukhi merged 2 commits intoOpen-Cascade-SAS:IRfrom
dpasukhi merged 2 commits intoOpen-Cascade-SAS:IRfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates GitHub Actions dependencies to use the latest stable versions, improving CI/CD pipeline reliability and security. The changes systematically update the actions/checkout, actions/upload-artifact, and actions/download-artifact actions across all workflow files and custom actions.
- Updates
actions/checkoutfrom v4.1.7 to v4.2.2 across all workflows - Updates
actions/upload-artifactfrom v4.4.3 to v4.6.2 across all custom actions - Updates
actions/download-artifactfrom v4.1.7/v4.1.8 to v4.3.0 across all custom actions
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/master-validation.yml |
Updates checkout action to v4.2.2 across all jobs |
.github/workflows/daily-ir-vcpkg-configure.yml |
Updates checkout action to v4.2.2 across all jobs |
.github/workflows/build-and-test-multiplatform.yml |
Updates checkout action to v4.2.2 across all jobs |
.github/actions/upload-vcpkg-cache/action.yml |
Updates upload-artifact action to v4.6.2 |
.github/actions/test-summary/action.yml |
Updates download and upload artifact actions to latest versions |
.github/actions/run-tests/action.yml |
Updates download and upload artifact actions to latest versions |
.github/actions/run-gtest/action.yml |
Updates download and upload artifact actions to latest versions |
.github/actions/retest-failures/action.yml |
Updates download and upload artifact actions to latest versions |
.github/actions/download-vcpkg-cache/action.yml |
Updates download-artifact action to v4.3.0 |
.github/actions/clang-format-check/action.yml |
Updates upload-artifact from v4 to v4.6.2 |
.github/actions/build-tinspector/action.yml |
Updates download and upload artifact actions to latest versions |
.github/actions/build-sample-qt/action.yml |
Updates download and upload artifact actions to latest versions |
.github/actions/build-sample-mfc/action.yml |
Updates download and upload artifact actions to latest versions |
.github/actions/build-sample-csharp/action.yml |
Updates download and upload artifact actions to latest versions |
.github/actions/build-occt/action.yml |
Updates upload-artifact action to v4.6.2 |
.github/actions/build-docs/action.yml |
Updates upload-artifact action to v4.6.2 |
.github/actions/ascii-check/action.yml |
Updates upload-artifact from v4 to v4.6.2 |
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.
actions/checkoutfrom v4.1.7 to v4.2.2 across all workflowsactions/upload-artifactfrom v4.4.3 to v4.6.2 across all custom actionsactions/download-artifactfrom v4.1.7/v4.1.8 to v4.3.0 across all custom actions