Skip to content

Commit 2789cfb

Browse files
authored
Fix upload-pages-artifact to v5.0.0 (#767)
1 parent f7666af commit 2789cfb

3 files changed

Lines changed: 7 additions & 3 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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
## Summary
44

5-
This release includes an update of `action/upload-pages-artifact` from v4 to v5. With this
5+
This release includes an update of `action/upload-pages-artifact` from v4 to v5.0.0. With this
66
change, now all actions used in the PTB run with Node.js 24. This is important as support
77
for Node.js 20 reaches it end-of-life in April of 2026 and support for it in GitHub will end in
88
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/).
99

1010
## Refactoring
1111

1212
* #764: Updated `action/upload-pages-artifact` from v4 to [v5](https://github.com/actions/upload-pages-artifact/releases/tag/v5.0.0)
13+
14+
## Bugfix
15+
16+
* #766: Fixed `action/upload-pages-artifact` from v5 to 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@v5
35+
uses: actions/upload-pages-artifact@v5.0.0
3636
with:
3737
path: html-documentation
3838

0 commit comments

Comments
 (0)