Skip to content

Commit 442291f

Browse files
authored
Merge pull request #406 from crytic/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 15b7b6e + e797882 commit 442291f

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build artifacts
3030
run: mdbook build
3131
- name: Upload artifact
32-
uses: actions/upload-pages-artifact@v3
32+
uses: actions/upload-pages-artifact@v4
3333
with:
3434
path: ./book
3535
deploy:

0 commit comments

Comments
 (0)