From f35e6130b78f31dd3df49eeec6c2e63f245b95a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:58:09 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 021b3e4d..a6f60c6a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,19 +68,19 @@ jobs: uses: actions/checkout@v3.1.0 - name: Download ${{ env.PROJECT_NAME }}-zh-Hans artifact from windows-latest - uses: actions/download-artifact@v3.0.1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.PROJECT_NAME }}-zh-Hans.zip path: out - name: Download ${{ env.PROJECT_NAME }}-en-US artifact from windows-latest - uses: actions/download-artifact@v3.0.1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.PROJECT_NAME }}-en-US.zip path: out - name: Download ${{ env.PROJECT_NAME }}-ru-RU artifact from windows-latest - uses: actions/download-artifact@v3.0.1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.PROJECT_NAME }}-ru-RU.zip path: out