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.
2 parents 686abc2 + 334d7ea commit dcb6800Copy full SHA for dcb6800
.github/workflows/binaries.yml
@@ -27,14 +27,14 @@ jobs:
27
- uses: cachix/install-nix-action@v31
28
- run: echo "(version $(git describe --always --dirty --abbrev=7))" >> dune-project
29
- run: nix build ${{ matrix.installable }}
30
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
31
with:
32
path: result/bin/dune
33
name: dune-${{ matrix.name }}
34
combine:
35
runs-on: ubuntu-latest
36
needs: binary
37
steps:
38
- - uses: actions/upload-artifact/merge@v4
+ - uses: actions/upload-artifact/merge@v5
39
40
separate-directories: true
0 commit comments