We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7f72a commit 2c07e31Copy full SHA for 2c07e31
.github/actions/build-docker/action.yml
@@ -86,7 +86,7 @@ runs:
86
if: inputs.setup == 'true'
87
shell: bash
88
- if: ${{ inputs.platform == 'alpine' }}
89
- uses: actions/cache@v3
+ uses: actions/cache@v4
90
with:
91
path: /tmp/build/matrix-sdk-crypto.linux-x64-musl.node
92
key: matrix-rust-sdk-crypto-nodejs-v0.2.0-beta.1
0 commit comments