Skip to content

Commit e34208e

Browse files
Update actions/upload-pages-artifact action to v5 (#7476)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-pages-artifact](https://redirect.github.com/actions/upload-pages-artifact) | action | major | `v4` → `v5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### Release Notes <details> <summary>actions/upload-pages-artifact (actions/upload-pages-artifact)</summary> ### [`v5.0.0`](https://redirect.github.com/actions/upload-pages-artifact/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/actions/upload-pages-artifact/compare/v4.0.0...v5.0.0) ### Changelog - Update upload-artifact action to version 7 [@&#8203;Tom-van-Woudenberg](https://redirect.github.com/Tom-van-Woudenberg) ([#&#8203;139](https://redirect.github.com/actions/upload-pages-artifact/issues/139)) - feat: add `include-hidden-files` input [@&#8203;jonchurch](https://redirect.github.com/jonchurch) ([#&#8203;137](https://redirect.github.com/actions/upload-pages-artifact/issues/137)) See details of [all code changes](https://redirect.github.com/actions/upload-pages-artifact/compare/v4.0.0...v4.0.1) since previous release. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6813e17 commit e34208e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uv run --all-packages make -C docs html
5656
- name: Upload static files as artifact
5757
id: deployment
58-
uses: actions/upload-pages-artifact@v4
58+
uses: actions/upload-pages-artifact@v5
5959
with:
6060
path: docs/_build/html
6161

0 commit comments

Comments
 (0)