Skip to content

Commit 7508f27

Browse files
authored
Merge pull request #368 from spatial-model-editor/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents b49c2b3 + 6038da1 commit 7508f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: "pnpm"
1919
- run: pnpm install
2020
- run: pnpm run build
21-
- uses: actions/upload-pages-artifact@v4
21+
- uses: actions/upload-pages-artifact@v5
2222
with:
2323
path: "dist/"
2424

0 commit comments

Comments
 (0)