Skip to content

Updation of Github Action client version for Homework Bot #12

Open
dheerubhai-101 wants to merge 4 commits into
cpp-for-yourself:mainfrom
dheerubhai-101:main
Open

Updation of Github Action client version for Homework Bot #12
dheerubhai-101 wants to merge 4 commits into
cpp-for-yourself:mainfrom
dheerubhai-101:main

Conversation

@dheerubhai-101

Copy link
Copy Markdown

The guidelines to follow homework submissions for Full C++ 17 course has been detailed in Submitting Homeworks video. But, due to deprecated version of actions/upload-artifact: v2, Homework Bot raises error as below

image

This PR has updated the old deprecated versions of actions/upload-artifact to v4 from v2. In addition, following libraries were updated to newer versions.

  • peter-evans/find-comment@v2 -> peter-evans/find-comment@v3
  • peter-evans/create-or-update-comment@v -> peter-evans/create-or-update-comment@v4
  • actions/checkout@v3 -> actions/checkout@v4
  • actions/setup-python@v2 -> actions/setup-python@v5
  • actions/upload-artifact@v2 -> actions/upload-artifact@v4
  • actions/download-artifact@v2 ->actions/download-artifact@v4

After making these changes, the CI jobs have run successfully.

image

Note, line 57 has been changed to forked repository (dheerubhai-101/ci-jobs) for testing.
image

Kindly check and it let me know if we can merge this for future users to utilize homework bot for submissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant