Skip to content

Conversation

YaSuenag
Copy link
Member

Pull Request

Issue Number: #564

Summary

Upgrade actions/upload-artifact and actions/download-artifact in GHA workflow.

See GitHub Blog for details: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/

Changes

  • .github/workflows/1-pr.yaml
  • .github/workflows/dev_carbon-aware-api.yml
  • .github/workflows/2.a-deploy.yaml.ignore

All of lines in 2.a-deploy.yaml.ignore are commented out, but I upgraded because this workflow might be enabled again in future.

One of actions/download-artifact in 1-pr.yaml uses v3 (non-deprecated version), but I upgraded because I think it is better to use same version entire workflows.

Checklist

  • Local Tests Passing?
  • CICD and Pipeline Tests Passing?
  • Added any new Tests?
  • Documentation Updates Made?
  • Are there any API Changes? If yes, please describe below.
  • This is not a breaking change. If it is, please describe it below.

Are there API Changes?

No

Is this a breaking change?

No

This PR Closes #564

Signed-off-by: Yasumasa Suenaga <[email protected]>
Signed-off-by: Yasumasa Suenaga <[email protected]>
@YaSuenag YaSuenag changed the title Pr/upgrade upload artifact Upgrade actions/{upload,download}-artifact Sep 18, 2024
@YaSuenag
Copy link
Member Author

CC: @danuw

@danuw
Copy link
Collaborator

danuw commented Sep 18, 2024

@YaSuenag sorry missed that. I did not update the workflow that is disabled but I guess we can close this and use the other one I fixed in the branch directly. Did not get a chance to apply the change until now but looks all good now
Thank you for that btw

@YaSuenag
Copy link
Member Author

Changes for .github/workflows/1-pr.yaml does not seems to happen in #562 - I think we will see same error when other PR is filed.

@danuw
Should I revise this PR for 1-pr.yaml?

@danuw
Copy link
Collaborator

danuw commented Sep 24, 2024

Already fixed in Dev, so closing ...

@danuw danuw closed this Sep 24, 2024
@danuw danuw added this to the Release 1.7 milestone Nov 5, 2024
@danuw danuw removed this from the Release 1.7 milestone Jan 7, 2025
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.

[Bug]: 1-pr.yaml should upgrade actions/upload-artifact

2 participants