Skip to content

Commit c5b607c

Browse files
authored
Merge pull request #4 from clojurephant/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 1 to 3
2 parents 0303565 + 849c321 commit c5b607c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Antora build
2424
run: npx antora ./antora-playbook.yml
2525
- name: Upload Pages artifact
26-
uses: actions/upload-pages-artifact@v1
26+
uses: actions/upload-pages-artifact@v3
2727
with:
2828
path: build/site
2929
deploy:

0 commit comments

Comments
 (0)