We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a935e3 commit e5be921Copy full SHA for e5be921
.github/workflows/master-build.yml
@@ -101,7 +101,8 @@ jobs:
101
- name: Cache signed binaries
102
# After 3.0.5 they were using zstdmt which is not available on Windows
103
# See https://github.com/actions/cache/issues/891
104
- uses: actions/cache@v3.0.11
+ # But trying again with @v3, 2023-02-18
105
+ uses: actions/cache@v3
106
with:
107
path: .gotmp/bin/windows_amd64
108
key: ${{ github.sha }}-${{ github.ref }}-signed-windows-binaries
0 commit comments