diff --git a/.github/workflows/Test, Build and Test-main.yml b/.github/workflows/Test, Build and Test-main.yml index c1dac85..fd80d6d 100644 --- a/.github/workflows/Test, Build and Test-main.yml +++ b/.github/workflows/Test, Build and Test-main.yml @@ -43,7 +43,7 @@ jobs: mkdir -p build - name: Cache build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{github.workspace}}/build key: ${{ runner.os }}-build