From db62a5a5d386118d6fdbdbd77b320c0d2ac6588f Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 5 Feb 2025 09:12:02 -0800 Subject: [PATCH] download too --- .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 973bd918..f050ec64 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 with: name: ytdl-sub_exe path: /opt/builds - name: Restore aarch64 build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ytdl-sub_aarch64 path: /opt/builds - name: Restore x86_64 build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ytdl-sub_x86_64 path: /opt/builds