forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
debtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on
Description
Chore: GitHub announced that v3 of actions/upload-artifact and actions/download-artifact will be closing down and would start brownouts on November 14th. The change required is to simply move to v4 of these actions.
See:
https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/
.github/actions/build-vsix/action.yml
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
.github/actions/smoke-tests/action.yml
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
Metadata
Metadata
Assignees
Labels
debtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on