We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba448a commit 4a5d647Copy full SHA for 4a5d647
.github/workflows/build-linux.yml
@@ -51,7 +51,7 @@ jobs:
51
run: opam exec -- dune build @gen_manpage --auto-promote
52
53
- name: Upload binary
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
with:
56
name: ocamlformat-${{ runner.os }}-${{ runner.arch }}
57
path: _build/install/default/bin/ocamlformat
.github/workflows/build-mingw64.yml
@@ -63,7 +63,7 @@ jobs:
63
install/bin/ocamlformat.exe --version
64
65
- name: Upload Artifact
66
67
68
name: ${{ env.artifact_name }}
69
path: ${{ env.artifact_name }}
0 commit comments