Skip to content

Commit a92fff9

Browse files
[deps]: Update actions/upload-pages-artifact action to v4 (#453)
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.0.1` -> `v4.0.0` | --- ### Release Notes <details> <summary>actions/upload-pages-artifact (actions/upload-pages-artifact)</summary> ### [`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> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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/bitwarden/sdk-internal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel García <[email protected]>
1 parent 292b5f6 commit a92fff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cargo +"${{ steps.nightly-toolchain.outputs.RUST_NIGHTLY_TOOLCHAIN }}" doc --no-deps --all-features --document-private-items
4141

4242
- name: Deploy to GitHub Pages
43-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
43+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
4444
with:
4545
path: ./target/doc
4646

0 commit comments

Comments
 (0)