diff --git a/.github/workflows/Test, Build and Test-main.yml b/.github/workflows/Test, Build and Test-main.yml index 99d6c4b..823dd69 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@v3 + uses: actions/cache@v4 with: path: ${{github.workspace}}/build key: ${{ runner.os }}-build