Skip to content

Commit d8c6225

Browse files
committed
Bump lpub3d raytracer actions to v4
1 parent 73ce0b1 commit d8c6225

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/raytracer_build.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LPub3D Raytracer-cui build actions
22
# Trevor SANDY <[email protected]>
3-
# Last Update: September 10, 2024
3+
# Last Update: September 12, 2024
44
#
55
name: 'LPub3D Trace CUI Builds'
66

@@ -53,29 +53,29 @@ jobs:
5353
uses: actions/checkout@v4
5454

5555
- name: 'Install Prerequisites'
56-
uses: trevorsandy/povray/.github/actions/unix_getlibs@gh-actions-raytracer-v3
56+
uses: trevorsandy/povray/.github/actions/unix_getlibs@gh-actions-raytracer-v4
5757

5858
- name: 'Prebuild'
59-
uses: trevorsandy/povray/.github/actions/unix_prebuild@gh-actions-raytracer-v3
59+
uses: trevorsandy/povray/.github/actions/unix_prebuild@gh-actions-raytracer-v4
6060

6161
- name: 'Configure'
62-
uses: trevorsandy/povray/.github/actions/unix_configure@gh-actions-raytracer-v3
62+
uses: trevorsandy/povray/.github/actions/unix_configure@gh-actions-raytracer-v4
6363
with:
6464
c-compiler: ${{ matrix.c-compiler }}
6565
cxx-compiler: ${{ matrix.cxx-compiler }}
6666

6767
- name: 'Bundle Artifacts for Diagnostics'
6868
if: ${{ always() }}
69-
uses: trevorsandy/povray/.github/actions/git_bundle_ignored@gh-actions-raytracer-v3
69+
uses: trevorsandy/povray/.github/actions/git_bundle_ignored@gh-actions-raytracer-v4
7070
with:
7171
name: artifact_diag_unix.tar.gz
7272

7373
- name: 'Build'
74-
uses: trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v3
74+
uses: trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v4
7575

7676
- name: 'Build Check'
7777
if: ${{ success() }}
78-
uses: trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v3
78+
uses: trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v4
7979
with:
8080
make-target: check
8181

@@ -115,7 +115,7 @@ jobs:
115115
uses: microsoft/setup-msbuild@v2
116116

117117
- name: 'Build'
118-
uses: trevorsandy/povray/.github/actions/windows_build@gh-actions-raytracer-v3
118+
uses: trevorsandy/povray/.github/actions/windows_build@gh-actions-raytracer-v4
119119
with:
120120
pov-ray-build-id: gh+vs2022+${{ matrix.platform }}+${{ github.run_number }}
121121
version-base: 3.8
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: 'Build Check'
130130
if: ${{ success() }}
131-
uses: trevorsandy/povray/.github/actions/windows_check@gh-actions-raytracer-v3
131+
uses: trevorsandy/povray/.github/actions/windows_check@gh-actions-raytracer-v4
132132
with:
133133
version-base: 3.8
134134
solution: vs2015

0 commit comments

Comments
 (0)