From 641ca06abcf8644c9b824bedfbce125c42c10209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:19:32 +0100 Subject: [PATCH] build(deps): bump actions/download-artifact from 3 to 4 (#6071) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 637f18a28..8dbd03339 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@v4 - name: Download .zip - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: etherpad-win.zip path: .. @@ -99,7 +99,7 @@ jobs: steps: - name: Download zip - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: etherpad-win.zip -