Skip to content

Commit 53263bd

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#2572)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f541556 commit 53263bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
path: ocamlformat-a
9999

100100
- name: Fetch new build of ocamlformat
101-
uses: actions/download-artifact@v3
101+
uses: actions/download-artifact@v4.1.7
102102
with:
103103
name: ocamlformat-${{ runner.os }}-${{ runner.arch }}
104104
path: ocamlformat-b

0 commit comments

Comments
 (0)