Skip to content

Commit 5595c47

Browse files
committed
fix: deprecation warnings in CI
1 parent b016f37 commit 5595c47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: ./dependencies/tiny-cuda-nn/dependencies/cuda-cmake-github-actions/scripts/actions/install_cuda_ubuntu.sh
7373
shell: bash
7474
- name: Install Vulkan SDK
75-
uses: humbletim/install-vulkan-sdk@v1.1.1
75+
uses: humbletim/install-vulkan-sdk@c2aa128094d42ba02959a660f03e0a4e012192f9
7676
- name: CMake
7777
run: cmake . -B ${{ env.build_dir }} ${{ matrix.cmake_flags }} -DCMAKE_BUILD_TYPE=${{ env.config }}
7878
- name: Build
@@ -149,15 +149,15 @@ jobs:
149149
shell: powershell
150150
run: .\dependencies\tiny-cuda-nn\dependencies\cuda-cmake-github-actions\scripts\actions\install_cuda_windows.ps1
151151
- name: Install Vulkan SDK
152-
uses: humbletim/install-vulkan-sdk@v1.1.1
152+
uses: humbletim/install-vulkan-sdk@c2aa128094d42ba02959a660f03e0a4e012192f9
153153
- name: CMake
154154
run: cmake . -B ${{ env.build_dir }} ${{ matrix.cmake_flags }} -G "${{ matrix.visual_studio }}" -A x64
155155
- name: Build
156156
working-directory: ${{ env.build_dir }}
157157
run: cmake --build . --config ${{ env.config }} --target ALL_BUILD --verbose
158158
- name: Upload release
159159
if: ${{ matrix.recommended_gpus }}
160-
uses: actions/upload-artifact@v3
160+
uses: actions/upload-artifact@v4
161161
with:
162162
name: Instant-NGP-for-${{ matrix.recommended_gpus }}
163163
path: |
@@ -191,7 +191,7 @@ jobs:
191191
if: github.ref == 'refs/heads/master'
192192
steps:
193193
- name: Grab binary artifacts
194-
uses: actions/download-artifact@v3
194+
uses: actions/download-artifact@v4
195195
- name: Package
196196
run: for i in */; do zip -r "${i%/}.zip" "$i"; done
197197
- name: Update release

0 commit comments

Comments
 (0)