diff --git a/.github/workflows/Test, Build and Test-main.yml b/.github/workflows/Test, Build and Test-main.yml index 443c5e5..f27170e 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@v5 + uses: actions/cache@v6 with: path: ${{github.workspace}}/build key: ${{ runner.os }}-build