@@ -51,49 +51,49 @@ jobs:
5151
5252 - name : ' Install Prerequisites (apt)'
5353 if : ${{ matrix.package-manager == 'apt' }}
54- uses : c-lipka /povray/.github/actions/unix_getlibs_apt@master
54+ uses : POV-Ray /povray/.github/actions/unix_getlibs_apt@master
5555 - name : ' Install Prerequisites (brew)'
5656 if : ${{ matrix.package-manager == 'brew' }}
57- uses : c-lipka /povray/.github/actions/unix_getlibs_brew@master
57+ uses : POV-Ray /povray/.github/actions/unix_getlibs_brew@master
5858
5959 - name : ' Prebuild'
60- uses : c-lipka /povray/.github/actions/unix_prebuild@master
60+ uses : POV-Ray /povray/.github/actions/unix_prebuild@master
6161 - name : ' Sanity-Check Working Tree'
62- uses : c-lipka /povray/.github/actions/unix_check_repo@master
62+ uses : POV-Ray /povray/.github/actions/unix_check_repo@master
6363
6464 - name : ' Configure'
65- uses : c-lipka /povray/.github/actions/unix_configure@master
65+ uses : POV-Ray /povray/.github/actions/unix_configure@master
6666 with :
6767 c-compiler : ${{ matrix.c-compiler }}
6868 cxx-compiler : ${{ matrix.cxx-compiler }}
6969 configure-options : ${{ matrix.configure-options }}
7070 - name : ' Sanity-Check Working Tree'
71- uses : c-lipka /povray/.github/actions/unix_check_repo@master
71+ uses : POV-Ray /povray/.github/actions/unix_check_repo@master
7272
7373 - name : ' Bundle Artifacts for Diagnostics'
7474 if : ${{ always() }}
75- uses : c-lipka /povray/.github/actions/unix_bundle_ignored@master
75+ uses : POV-Ray /povray/.github/actions/unix_bundle_ignored@master
7676 with :
7777 name : artifact_diag_${{ matrix.os }}_${{ matrix.c-compiler }}.tar
7878
7979 - name : ' Build'
80- uses : c-lipka /povray/.github/actions/unix_make@master
80+ uses : POV-Ray /povray/.github/actions/unix_make@master
8181 - name : ' Sanity-Check Working Tree'
82- uses : c-lipka /povray/.github/actions/unix_check_repo@master
82+ uses : POV-Ray /povray/.github/actions/unix_check_repo@master
8383
8484 - name : ' Check Functionality'
85- uses : c-lipka /povray/.github/actions/unix_make@master
85+ uses : POV-Ray /povray/.github/actions/unix_make@master
8686 with :
8787 make-target : check
8888 - name : ' Sanity-Check Working Tree'
89- uses : c-lipka /povray/.github/actions/unix_check_repo@master
89+ uses : POV-Ray /povray/.github/actions/unix_check_repo@master
9090
9191# - name: 'Install'
92- # uses: c-lipka /povray/.github/actions/unix_make@master
92+ # uses: POV-Ray /povray/.github/actions/unix_make@master
9393# with:
9494# make-target: install
9595# - name: 'Sanity-Check Working Tree'
96- # uses: c-lipka /povray/.github/actions/unix_check_repo@master
96+ # uses: POV-Ray /povray/.github/actions/unix_check_repo@master
9797
9898 - name : ' Upload Artifacs for Diagnostics'
9999 if : ${{ failure() }}
0 commit comments