mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
build(deps): bump actions/upload-pages-artifact from 4 to 5 (#4970)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
2
.github/workflows/site.yml
vendored
2
.github/workflows/site.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TURBO_API: http://localhost:41231
|
TURBO_API: http://localhost:41231
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v4
|
uses: actions/upload-pages-artifact@v5
|
||||||
with:
|
with:
|
||||||
path: ./website/build
|
path: ./website/build
|
||||||
typecheck:
|
typecheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user