Skip to content

Commit 4f154fb

Browse files
authored
Merge pull request #211 from thewtex/actions-bump
COMP: Bump actions versions
2 parents 61877de + 7af04df commit 4f154fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-22.04
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Set up Python 3.9
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.9
2121

@@ -57,13 +57,13 @@ jobs:
5757
ninja
5858
5959
- name: Publish ITK Software Guide Book 1 artifact
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
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@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: ITKSoftwareGuide-Book2.pdf
6969
path: build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book2.pdf

0 commit comments

Comments
 (0)