Closed liamdebeasi closed 1 year ago
This PR updates the following GitHub Action packages:
actions/checkout@v3
actions/setup-node@v3
actions/upload-artifact@v3
actions/download-artifact@v3
aws-actions/configure-aws-credentials@v2
Main motivation is to account for the save-state and set-output removal on May 31, 2023: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
save-state
set-output
This PR updates the following GitHub Action packages:
actions/checkout@v3
actions/setup-node@v3
actions/upload-artifact@v3
actions/download-artifact@v3
aws-actions/configure-aws-credentials@v2
Main motivation is to account for the
save-state
andset-output
removal on May 31, 2023: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/