Skip to content

Commit 4a5d647

Browse files
authored
CI: Update actions/upload-artifact (#2574)
to a version matching actions/download-artifact. This was causing it to fail.
1 parent 0ba448a commit 4a5d647

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: opam exec -- dune build @gen_manpage --auto-promote
5252

5353
- name: Upload binary
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: ocamlformat-${{ runner.os }}-${{ runner.arch }}
5757
path: _build/install/default/bin/ocamlformat

.github/workflows/build-mingw64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
install/bin/ocamlformat.exe --version
6464
6565
- name: Upload Artifact
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: ${{ env.artifact_name }}
6969
path: ${{ env.artifact_name }}

0 commit comments

Comments
 (0)