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

Update the actions version #11

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

Tostti
Copy link
Member

@Tostti Tostti commented Dec 16, 2024

Description

This PR updates the actions in the workflows as some will be deprecated soon

Fixes

#10

* Update GitHub Actions to use checkout@v4 for consistency and improved functionality across workflows

* Downgrade actions/checkout from v4 to v3 for consistent versioning across Cypress and FTR workflows

* Update actions/checkout to v4 in workflows

* Downgrade actions/checkout from v4 to v3 in Cypress and FTR workflows for consistent versioning and setup

* Update actions/upload-artifact to v4 and enable overwrite for GitHub artifact uploads

* Update actions/setup-node to v4 across all workflows to ensure consistency and benefit from latest features

* Update tibdex/github-app-token to v2.1.0 and adjust installation retrieval settings for improved flexibility in workflows

* Update actions/setup-java to v4 in cypress and ftr workflows for consistency and access to latest improvements

* Update suisei-cn/actions-download-file to v1.6.0 in cypress and ftr workflows for consistent artifact management

* Add 'temurin' distribution to JDK setup in cypress and ftr workflows for improved consistency

* Upgrade download-file action to v3 in cypress and ftr workflows for enhanced performance and consistency

* Replace download-file action with wget command in cypress and ftr workflows for improved reliability in OpenSearch download

* Replace download-file action with wget command in cypress workflow for improved reliability in OpenSearch artifact downloads

* Check for existing files before downloading OpenSearch artifacts in cypress and ftr workflows to avoid redundant downloads

* Adjust existence check to directories instead of files for downloading OpenSearch artifacts in cypress and ftr workflows

* Refactor artifact download logic to ensure consistent execution in cypress and ftr workflows by removing existence checks

* Update retry action version to v2.9.0 for OpenSearch Dashboards plugin bootstrap and test in workflows

* Fix retry action reference in workflows to use single '@' for v2.9.0 in dashboards reports test and build workflow

* Update codecov action version to v4.6.0 for improved coverage reporting in dashboards reports test and build workflow

* Streamline mkdir usage in workflows by removing redundant checks for plugin-artifacts directory creation

* Downgrade codecov action to v3 to address compatibility issues in dashboards reports test and build workflow

* Upgrade release-drafter action to v6 for better draft release notes handling in workflows

* Upgrade start-opensearch action to v6 for enhanced functionality in binary installation verification workflow

* Upgrade setup-opensearch-dashboards action to v3 for improved dashboard setup in binary installation verification workflow

* Upgrade actions/checkout to v4 for enhanced functionality in Cypress and FTR E2E reporting test workflows
@Tostti Tostti self-assigned this Dec 16, 2024
@Tostti Tostti linked an issue Dec 16, 2024 that may be closed by this pull request
Copy link
Member

@yenienserrano yenienserrano left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@guidomodarelli guidomodarelli left a comment

Choose a reason for hiding this comment

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

Legend:
⚫ 🠆 The test hasn't started yet.
🟢 🠆 All checks passed.
🟡 🠆 There is at least one expected fail or skipped test and no failures.
🔴 🠆 There is at least one failed check.
⚪ 🠆 Doesn't apply.
🔧 🠆 Request changes.

CR 🟢

@chantal-kelm chantal-kelm self-requested a review December 16, 2024 13:30
Copy link
Member

@chantal-kelm chantal-kelm left a comment

Choose a reason for hiding this comment

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

LGTM

@Tostti
Copy link
Member Author

Tostti commented Dec 16, 2024

@Tostti Tostti merged commit ef722f8 into master Dec 16, 2024
8 of 12 checks passed
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.

Update deprecated Actions on GH Workflows
4 participants