diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index fd19ee06..7d4ceda5 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@v6 + uses: actions/upload-artifact@v7 with: # Artifact name name: slimevr-openvr-driver-${{ matrix.triplet }} # optional, default is artifact