diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8e4128a..5443d90f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,11 +85,9 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - name: Download artifacts - uses: actions/download-artifact@v2 - with: - name: | - * + - uses: actions/download-artifact@v4 + - name: Display structure of downloaded files + run: ls -R # - name: Download artifacts # uses: actions/download-artifact@v2 # with: