diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 207aa4ba..ffc80a4f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache docker images id: custom-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./custom-cache/ key: custom-cache @@ -94,7 +94,7 @@ jobs: - name: Cache docker images id: custom-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./custom-cache/ fail-on-cache-miss: true @@ -150,7 +150,7 @@ jobs: - name: Cache docker images id: custom-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./custom-cache/ fail-on-cache-miss: true