Skip to content

Commit

Permalink
Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Dec 27, 2024
1 parent ffe8c25 commit bdf35fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
opam exec -- dune subst
opam exec -- dune build @heveadoc
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: doc-html
path: _build/default/doc/html/cil
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3 # check out git repo to make deploy action happy

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: doc-html
path: _build/default/doc/html/cil
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: opam exec -- dune runtest

- name: Upload test log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.os }}-${{ matrix.ocaml-version }}
Expand Down

0 comments on commit bdf35fa

Please sign in to comment.