From 57ca37a1bcb425ad4954000bccf51773c4e3f50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:45:03 +0200 Subject: [PATCH] upgrade `download-artifact` + added debugging step --- .github/workflows/buildnightlies.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildnightlies.yml b/.github/workflows/buildnightlies.yml index 6f10315..ba55816 100644 --- a/.github/workflows/buildnightlies.yml +++ b/.github/workflows/buildnightlies.yml @@ -122,9 +122,16 @@ jobs: trim: true - name: Download existing artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: + merge-multiple: true + github-token: ${{ secrets.GITHUB_TOKEN }} path: ./assets + + - name: Debug environment + run: | + ls -laR ./assets + shell: bash - name: Upload release assets run: |