Skip to content

Commit dcb6800

Browse files
authored
Merge pull request #12630 from ocaml/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 686abc2 + 334d7ea commit dcb6800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
- uses: cachix/install-nix-action@v31
2828
- run: echo "(version $(git describe --always --dirty --abbrev=7))" >> dune-project
2929
- run: nix build ${{ matrix.installable }}
30-
- uses: actions/upload-artifact@v4
30+
- uses: actions/upload-artifact@v5
3131
with:
3232
path: result/bin/dune
3333
name: dune-${{ matrix.name }}
3434
combine:
3535
runs-on: ubuntu-latest
3636
needs: binary
3737
steps:
38-
- uses: actions/upload-artifact/merge@v4
38+
- uses: actions/upload-artifact/merge@v5
3939
with:
4040
separate-directories: true

0 commit comments

Comments
 (0)