We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bf90c commit 99c632bCopy full SHA for 99c632b
.github/workflows/windows-tests.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Cache build artifacts for subsequent builds
51
id: cache-build-artifacts
52
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
53
with:
54
key: ${{ github.sha }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}
55
path: |
@@ -108,7 +108,7 @@ jobs:
108
109
- name: Restore cached build artifacts
110
111
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v4
112
113
fail-on-cache-miss: true
114
0 commit comments