From 8a22e0823de0bfeb52fb58c0424008a066b1fbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:47:13 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-release.yml | 2 +- .github/workflows/test-darwin.yml | 2 +- .github/workflows/test-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index a402bd8..819d048 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -160,7 +160,7 @@ jobs: version: ${{ github.ref_name }} - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: lottie-to-png.${{ matrix.file }} path: bin diff --git a/.github/workflows/test-darwin.yml b/.github/workflows/test-darwin.yml index 6eb725d..dfafa7c 100644 --- a/.github/workflows/test-darwin.yml +++ b/.github/workflows/test-darwin.yml @@ -39,7 +39,7 @@ jobs: [[ "${{ matrix.case }}" == "webm" ]] && brew install ffmpeg || echo ok; - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ inputs.input-artifact-name }} path: bin diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index f1152e1..a77a0f2 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -36,7 +36,7 @@ jobs: uses: FedericoCarboni/setup-ffmpeg@v2 - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ inputs.input-artifact-name }} path: bin