Skip to content

Commit a98869a

Browse files
authored
Merge pull request #340 from spatial-model-editor/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents f025c10 + 86c80eb commit a98869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
21+
- uses: actions/upload-pages-artifact@v4
2222
with:
2323
path: "dist/"
2424

0 commit comments

Comments
 (0)