From d2a06a11ac55efc3205a70505916834708ed9b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:27:27 +0000 Subject: [PATCH] chore(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/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 68f7981b..5326a3f6 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -81,7 +81,7 @@ jobs: cargo install cargo-wix cargo wix -p komorebi --nocapture -I .\wix\main.wxs --target x86_64-pc-windows-msvc - name: Upload the built artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: komorebi-${{ matrix.target }} path: |