Skip to content

Commit

Permalink
Merge pull request #211 from thewtex/actions-bump
Browse files Browse the repository at this point in the history
COMP: Bump actions versions
  • Loading branch information
thewtex committed Apr 22, 2024
2 parents 61877de + 7af04df commit 4f154fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down Expand Up @@ -57,13 +57,13 @@ jobs:
ninja
- name: Publish ITK Software Guide Book 1 artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ITKSoftwareGuide-Book1.pdf
path: build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book1.pdf

- name: Publish ITK Software Guide Book 2 artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ITKSoftwareGuide-Book2.pdf
path: build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book2.pdf

0 comments on commit 4f154fb

Please sign in to comment.