This commit is contained in:
Ben Meadors 2024-09-24 07:12:43 -05:00
parent adb094ebc9
commit 4fbf666cd9

View File

@ -156,10 +156,10 @@ jobs:
ref: ${{github.event.pull_request.head.ref}} ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}} repository: ${{github.event.pull_request.head.repo.full_name}}
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v3
with: with:
path: ./ path: ./
merge-multiple: true #merge-multiple: true
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -R run: ls -R