diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index bcd20a6..aedcd00 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -69,7 +69,7 @@ jobs: run: cmake --build "${{env.CMAKE_BUILD_DIR}}" --config Release --target "${{ matrix.target }}" -j 6 -- - name: Upload a build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: # Artifact name name: slimevr-openvr-driver-${{ matrix.triplet }} # optional, default is artifact