Skip to content

Commit f7666af

Browse files
ArBridgemankratz00
andauthored
Update upload-pages-artifact to v5 (#765)
* Update upload-pages-artifact to v5 * Apply suggestion from @kratz00 Co-authored-by: Steffen Pankratz <kratz00@gmx.de> --------- Co-authored-by: Steffen Pankratz <kratz00@gmx.de>
1 parent 2100bf0 commit f7666af

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/unreleased.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Unreleased
22

33
## Summary
4+
5+
This release includes an update of `action/upload-pages-artifact` from v4 to v5. With this
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
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+
10+
## Refactoring
11+
12+
* #764: Updated `action/upload-pages-artifact` from v4 to [v5](https://github.com/actions/upload-pages-artifact/releases/tag/v5.0.0)

exasol/toolbox/templates/github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Upload Artifact
3434
id: upload-artifact
35-
uses: actions/upload-pages-artifact@v4
35+
uses: actions/upload-pages-artifact@v5
3636
with:
3737
path: html-documentation
3838

0 commit comments

Comments
 (0)