Skip to content

Commit 90d7bf9

Browse files
authored
Merge pull request #1303 from goblint/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 2 to 3
2 parents 8650d72 + 87f7e02 commit 90d7bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

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

5757
- name: Upload artifact
58-
uses: actions/upload-pages-artifact@v2
58+
uses: actions/upload-pages-artifact@v3
5959
with:
6060
path: _build/default/_doc/_html/
6161

0 commit comments

Comments
 (0)