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
Copy file name to clipboardExpand all lines: doc/changes/unreleased.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,13 @@
4
4
5
5
This release includes an update of `action/upload-pages-artifact` from v4 to v5.0.0. With this
6
6
change, now all actions used in the PTB run with Node.js 24. This is important as support
7
-
for Node.js 20 reaches it end-of-life in April of 2026 and support for it in GitHub will end in
7
+
for Node.js 20 reaches it end-of-life in April 2026 and support for it in GitHub will end in
8
8
September 2026; for more details, see GitHub's [deprecation notice](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/).
9
9
10
10
## Refactoring
11
11
12
12
*#764: Updated `action/upload-pages-artifact` from v4 to [v5](https://github.com/actions/upload-pages-artifact/releases/tag/v5.0.0)
13
+
*#768: Updated `merge-gate.yml` to execute the `report.yml` after the `checks.yml` completes
0 commit comments