You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation for the change, related issues
This PR attempts to fix the following error:
Error: This request has been automatically failed because it uses a
deprecated version of `actions/upload-artifact: v3`. Learn more:
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
## Implementation details
- We update actions/upload-pages-artifact from v1 to v3.
- The v1 version uses actions/upload-artifact@v3.
- The v3 version uses actions/upload-artifact@v4, which is the latest
major version.
## Testing Instructions (or ideally a Blueprint)
- CI
Docs site deployment is already broken. Let's go ahead and merge this
and see how doc site deployment runs on trunk.
0 commit comments