diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 4334b330f..6b3d5bf80 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -76,14 +76,14 @@ jobs: mkdir out\install - name: Cache irrKlang package - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ github.workspace }}/Extern/irrKlang/${{ inputs.architecture }} key: irrKlang-${{ inputs.architecture }} - name: Cache DirectX SDK id: cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: "${{ github.workspace }}\\DXSDK" key: dxsdk_jun10