Skip to content

Commit 3f5f564

Browse files
authored
Merge pull request #23 from pkgxdev/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents f02caf1 + 42bb253 commit 3f5f564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.www.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: .github/scripts/build.ts --input ./build --output ./out --index-json ./out/index.json
4848

4949
- uses: actions/configure-pages@v4
50-
- uses: actions/upload-pages-artifact@v3
50+
- uses: actions/upload-pages-artifact@v4
5151
with:
5252
path: out
5353

0 commit comments

Comments
 (0)