Skip to content

Commit

Permalink
chore(deps): update actions/upload-pages-artifact action to v3 (#157)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact)
| action | major | `v2.0.0` -> `v3.0.1` |

---

### Release Notes

<details>
<summary>actions/upload-pages-artifact
(actions/upload-pages-artifact)</summary>

###
[`v3.0.1`](https://github.com/actions/upload-pages-artifact/releases/tag/v3.0.1)

[Compare
Source](https://github.com/actions/upload-pages-artifact/compare/v3.0.0...v3.0.1)

### Changelog

- Group tar's output to prevent it from messing up action logs
[@&#8203;SilverRainZ](https://github.com/SilverRainZ)
([#&#8203;94](https://github.com/actions/upload-pages-artifact/issues/94))
- Update README.md [@&#8203;uiolee](https://github.com/uiolee)
([#&#8203;88](https://github.com/actions/upload-pages-artifact/issues/88))
- Bump the non-breaking-changes group with 1 update
[@&#8203;dependabot](https://github.com/dependabot)
([#&#8203;92](https://github.com/actions/upload-pages-artifact/issues/92))
- Update Dependabot config to group non-breaking changes
[@&#8203;JamesMGreene](https://github.com/JamesMGreene)
([#&#8203;91](https://github.com/actions/upload-pages-artifact/issues/91))
- Bump actions/checkout from 3 to 4
[@&#8203;dependabot](https://github.com/dependabot)
([#&#8203;76](https://github.com/actions/upload-pages-artifact/issues/76))

See details of [all code
changes](https://github.com/actions/upload-pages-artifact/compare/v3.0.0...v3.0.1)
since previous release.

###
[`v3.0.0`](https://github.com/actions/upload-pages-artifact/releases/tag/v3.0.0)

[Compare
Source](https://github.com/actions/upload-pages-artifact/compare/v2.0.0...v3.0.0)

### Changelog

- Use `v4` upload-artifact tag
[@&#8203;robherley](https://github.com/robherley)
([#&#8203;80](https://github.com/actions/upload-pages-artifact/issues/80))
- Upload pages artifact with upload-artifact v4-beta
[@&#8203;konradpabjan](https://github.com/konradpabjan)
([#&#8203;78](https://github.com/actions/upload-pages-artifact/issues/78))

To deploy a GitHub Pages site which has been uploaded with this version
of `actions/upload-pages-artifact`, you must also use
`actions/deploy-pages@v4` or newer.

See details of [all code
changes](https://github.com/actions/upload-pages-artifact/compare/v2.0.0...v3.0.0)
since previous release.

</details>

---

### Configuration

📅 **Schedule**: 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/aenix-io/etcd-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent a4ce3b5 commit f76acad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/upload-pages-artifact@v3.0.1
with:
path: ./site/public

Expand Down

0 comments on commit f76acad

Please sign in to comment.