Skip to content

Commit 1cadef0

Browse files
committed
ENH: Bump actions/upload-artifact action to v3
Bump `actions/upload-artifact` action to v3.
1 parent 1999983 commit 1cadef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
ninja
5858
5959
- name: Publish ITK Software Guide Book 1 artifact
60-
uses: actions/upload-artifact@v1
60+
uses: actions/upload-artifact@v3
6161
with:
6262
name: ITKSoftwareGuide-Book1.pdf
6363
path: build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book1.pdf
6464

6565
- name: Publish ITK Software Guide Book 2 artifact
66-
uses: actions/upload-artifact@v1
66+
uses: actions/upload-artifact@v3
6767
with:
6868
name: ITKSoftwareGuide-Book2.pdf
6969
path: build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book2.pdf

0 commit comments

Comments
 (0)