File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-22.04
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Set up Python 3.9
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : 3.9
21
21
@@ -57,13 +57,13 @@ jobs:
57
57
ninja
58
58
59
59
- name : Publish ITK Software Guide Book 1 artifact
60
- uses : actions/upload-artifact@v3
60
+ uses : actions/upload-artifact@v4
61
61
with :
62
62
name : ITKSoftwareGuide-Book1.pdf
63
63
path : build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book1.pdf
64
64
65
65
- name : Publish ITK Software Guide Book 2 artifact
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : ITKSoftwareGuide-Book2.pdf
69
69
path : build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book2.pdf
You can’t perform that action at this time.
0 commit comments