File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
path : packages/paper-qa-pymupdf
17
17
upload-name-suffix : -paper-qa-pymupdf
18
18
- name : Download built paper-qa-pymupdf artifact to dist/
19
- uses : actions/download-artifact@v4
19
+ uses : actions/download-artifact@v5
20
20
with :
21
21
name : ${{ steps.build-paper-qa-pymupdf.outputs.artifact-name }}
22
22
path : dist
28
28
path : packages/paper-qa-pypdf
29
29
upload-name-suffix : -paper-qa-pypdf
30
30
- name : Download built paper-qa-pypdf artifact to dist/
31
- uses : actions/download-artifact@v4
31
+ uses : actions/download-artifact@v5
32
32
with :
33
33
name : ${{ steps.build-paper-qa-pypdf.outputs.artifact-name }}
34
34
path : dist
39
39
with :
40
40
upload-name-suffix : -paper-qa
41
41
- name : Download built paper-qa artifact to dist/
42
- uses : actions/download-artifact@v4
42
+ uses : actions/download-artifact@v5
43
43
with :
44
44
name : ${{ steps.build-paper-qa.outputs.artifact-name }}
45
45
path : dist
You can’t perform that action at this time.
0 commit comments