Skip to content

Commit 334d7ea

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 686abc2 commit 334d7ea

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)