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

ISSUE-143: Update CI/CD actions from v2 to v3. #144

Merged
merged 1 commit into from
Jan 8, 2023

Conversation

dmalec
Copy link
Collaborator

@dmalec dmalec commented Jan 7, 2023

Closes #143

Fixes the following warning during CI/CD:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/upload-artifact@v2

Fixes the following warning during CI/CD:

The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Fixes issue with CD archiving of Windows installer being sensitive to versions by wildcarding the path:

        path: inno/ucblogo62setup.exe**

changes to:

        path: inno/ucblogo*setup.exe

Fixes issue with actions/checkout@v2, actions/upload-artifact@v2

Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: actions/checkout@v2, actions/upload-artifact@v2

Fixes issue with actions/cache@v2

The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files.
For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Copy link
Owner

@jrincayc jrincayc left a comment

Choose a reason for hiding this comment

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

Reviewed and approved.

@jrincayc jrincayc merged commit 07e7e89 into jrincayc:master Jan 8, 2023
@dmalec dmalec deleted the ISSUE-143-CICD-ACTION-VERSION branch January 18, 2023 18:06
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 CI/CD actions from v2 to v3
2 participants