From b3ff476da971e3120d748d24fbf9de411d488b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:19:30 +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/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 219f32c3..1eca090f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -145,19 +145,19 @@ jobs: echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py - name: Restore exe build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ytdl-sub_exe path: /opt/builds - name: Restore aarch64 build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ytdl-sub_aarch64 path: /opt/builds - name: Restore x86_64 build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ytdl-sub_x86_64 path: /opt/builds