Skip to content

Commit 38b4514

Browse files
chore(deps): update actions/upload-pages-artifact action to v5 (#12)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-pages-artifact](https://redirect.github.com/actions/upload-pages-artifact) | action | major | `v3` → `v5` | --- ### Release Notes <details> <summary>actions/upload-pages-artifact (actions/upload-pages-artifact)</summary> ### [`v5`](https://redirect.github.com/actions/upload-pages-artifact/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/upload-pages-artifact/compare/v5.0.0...v5.0.0) ### [`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. ### [`v4`](https://redirect.github.com/actions/upload-pages-artifact/compare/v3...v4) [Compare Source](https://redirect.github.com/actions/upload-pages-artifact/compare/v4.0.0...v4.0.0) ### [`v4.0.0`](https://redirect.github.com/actions/upload-pages-artifact/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/actions/upload-pages-artifact/compare/v3.0.1...v4.0.0) #### What's Changed - Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by [@&#8203;tsusdere](https://redirect.github.com/tsusdere) in [#&#8203;102](https://redirect.github.com/actions/upload-pages-artifact/pull/102) If you need to include dotfiles in your artifact: instead of using this action, create your own artifact according to these requirements <https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation> - Pin `actions/upload-artifact` to SHA by [@&#8203;heavymachinery](https://redirect.github.com/heavymachinery) in [#&#8203;127](https://redirect.github.com/actions/upload-pages-artifact/pull/127) **Full Changelog**: <actions/upload-pages-artifact@v3.0.1...v4.0.0> ### [`v3.0.1`](https://redirect.github.com/actions/upload-pages-artifact/releases/tag/v3.0.1) [Compare Source](https://redirect.github.com/actions/upload-pages-artifact/compare/v3...v3.0.1) ### Changelog - Group tar's output to prevent it from messing up action logs [@&#8203;SilverRainZ](https://redirect.github.com/SilverRainZ) ([#&#8203;94](https://redirect.github.com/actions/upload-pages-artifact/issues/94)) - Update README.md [@&#8203;uiolee](https://redirect.github.com/uiolee) ([#&#8203;88](https://redirect.github.com/actions/upload-pages-artifact/issues/88)) - Bump the non-breaking-changes group with 1 update [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;92](https://redirect.github.com/actions/upload-pages-artifact/issues/92)) - Update Dependabot config to group non-breaking changes [@&#8203;JamesMGreene](https://redirect.github.com/JamesMGreene) ([#&#8203;91](https://redirect.github.com/actions/upload-pages-artifact/issues/91)) - Bump actions/checkout from 3 to 4 [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;76](https://redirect.github.com/actions/upload-pages-artifact/issues/76)) See details of [all code changes](https://redirect.github.com/actions/upload-pages-artifact/compare/v3.0.0...v3.0.1) since previous release. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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/RemoteRabbit/boilplate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f16809d commit 38b4514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- uses: actions/configure-pages@v6
4646

47-
- uses: actions/upload-pages-artifact@v3
47+
- uses: actions/upload-pages-artifact@v5
4848
with:
4949
path: site
5050

0 commit comments

Comments
 (0)