Skip to content

Commit 2498bb4

Browse files
chore: bump actions/upload-pages-artifact from 4 to 5 (#5242)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8363688 commit 2498bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
npm run build-site
3636
3737
- name: Upload Build Artifact
38-
uses: actions/upload-pages-artifact@v4
38+
uses: actions/upload-pages-artifact@v5
3939
with:
4040
path: website/build
4141

0 commit comments

Comments
 (0)