Skip to content

Commit

Permalink
actions: bump versions (checkout,upload-artifact)
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Mar 24, 2024
1 parent 26b0c95 commit 48cb1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.1.x
dune-cache: true
- run: make deps
- run: make test
- run: make dev release
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ffbar-ubuntu-linux-x86_64
path: _build/default/bin/main.exe
Expand Down

0 comments on commit 48cb1f5

Please sign in to comment.