We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/upload-artifact
1 parent 1999983 commit 1cadef0Copy full SHA for 1cadef0
.github/workflows/build.yml
@@ -57,13 +57,13 @@ jobs:
57
ninja
58
59
- name: Publish ITK Software Guide Book 1 artifact
60
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
61
with:
62
name: ITKSoftwareGuide-Book1.pdf
63
path: build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book1.pdf
64
65
- name: Publish ITK Software Guide Book 2 artifact
66
67
68
name: ITKSoftwareGuide-Book2.pdf
69
path: build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book2.pdf
0 commit comments