Skip to content

Commit d465c81

Browse files
chore(deps): update github-actions
1 parent 4f3b3dd commit d465c81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v6
32-
- uses: pnpm/action-setup@v5
32+
- uses: pnpm/action-setup@v6
3333
with:
3434
version: 10
3535
run_install: false
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Upload Artifact
5151
if: github.ref == 'refs/heads/main'
52-
uses: actions/upload-pages-artifact@v4
52+
uses: actions/upload-pages-artifact@v5
5353
with:
5454
# Upload entire repository
5555
path: './dist'

0 commit comments

Comments
 (0)