Skip to content

Commit a32515e

Browse files
committed
Upgrade and pin actions/upload-pages-artifact to current v4
1 parent 87e2dd1 commit a32515e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-odoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: opam exec -- dune build @doc
3838

3939
- name: Upload Build Artifact
40-
uses: actions/upload-pages-artifact@v3
40+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
4141
with:
4242
path: _build/default/_doc/_html
4343

0 commit comments

Comments
 (0)