fix upload in runner yaml

This commit is contained in:
Gregory Gauthier 2026-02-06 13:28:08 +00:00
parent 850b8122f8
commit 303cadc23c

View File

@ -100,7 +100,7 @@ jobs:
- name: Upload job output as artifact - name: Upload job output as artifact
if: ${{ steps.files.outputs.file != '' }} if: ${{ steps.files.outputs.file != '' }}
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: job-output-${{ steps.files.outputs.member }} name: job-output-${{ steps.files.outputs.member }}
path: "${{ steps.files.outputs.member }}_J*.pdf" path: "${{ steps.files.outputs.member }}_J*.pdf"