From b04711c209cd93121c27e1b017f45e8e5a94a07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:38:31 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2934c5f2..a9730606 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,12 +18,12 @@ jobs: - name: sha512sum run: sha512sum bin/migalood > migalood_sha512.txt - name: 'Upload Binary' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: migalood path: bin/migalood - name: 'Upload SHA512' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: sha512 path: migalood_sha512.txt