|
72 | 72 | run: ./dependencies/tiny-cuda-nn/dependencies/cuda-cmake-github-actions/scripts/actions/install_cuda_ubuntu.sh
|
73 | 73 | shell: bash
|
74 | 74 | - name: Install Vulkan SDK
|
75 |
| - uses: humbletim/install-vulkan-sdk@v1.1.1 |
| 75 | + uses: humbletim/install-vulkan-sdk@c2aa128094d42ba02959a660f03e0a4e012192f9 |
76 | 76 | - name: CMake
|
77 | 77 | run: cmake . -B ${{ env.build_dir }} ${{ matrix.cmake_flags }} -DCMAKE_BUILD_TYPE=${{ env.config }}
|
78 | 78 | - name: Build
|
@@ -149,15 +149,15 @@ jobs:
|
149 | 149 | shell: powershell
|
150 | 150 | run: .\dependencies\tiny-cuda-nn\dependencies\cuda-cmake-github-actions\scripts\actions\install_cuda_windows.ps1
|
151 | 151 | - name: Install Vulkan SDK
|
152 |
| - uses: humbletim/install-vulkan-sdk@v1.1.1 |
| 152 | + uses: humbletim/install-vulkan-sdk@c2aa128094d42ba02959a660f03e0a4e012192f9 |
153 | 153 | - name: CMake
|
154 | 154 | run: cmake . -B ${{ env.build_dir }} ${{ matrix.cmake_flags }} -G "${{ matrix.visual_studio }}" -A x64
|
155 | 155 | - name: Build
|
156 | 156 | working-directory: ${{ env.build_dir }}
|
157 | 157 | run: cmake --build . --config ${{ env.config }} --target ALL_BUILD --verbose
|
158 | 158 | - name: Upload release
|
159 | 159 | if: ${{ matrix.recommended_gpus }}
|
160 |
| - uses: actions/upload-artifact@v3 |
| 160 | + uses: actions/upload-artifact@v4 |
161 | 161 | with:
|
162 | 162 | name: Instant-NGP-for-${{ matrix.recommended_gpus }}
|
163 | 163 | path: |
|
@@ -191,7 +191,7 @@ jobs:
|
191 | 191 | if: github.ref == 'refs/heads/master'
|
192 | 192 | steps:
|
193 | 193 | - name: Grab binary artifacts
|
194 |
| - uses: actions/download-artifact@v3 |
| 194 | + uses: actions/download-artifact@v4 |
195 | 195 | - name: Package
|
196 | 196 | run: for i in */; do zip -r "${i%/}.zip" "$i"; done
|
197 | 197 | - name: Update release
|
|
0 commit comments