From dce10fe14e1ca9b8a0f4ae60aaa5b7e46f21442b Mon Sep 17 00:00:00 2001 From: PYZR <81646307+PYZR@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:27:37 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c21c262..6929306 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: - name: artifact + name: devbuild + path: artifact - name: Test artifact run: ls -R