diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index bcd20a6..bd4b5c3 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -109,7 +109,7 @@ jobs: target: test steps: - name: Download build artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: slimevr-openvr-driver-${{ matrix.triplet }} path: ${{ github.workspace }}