Skip to content

Commit ec8d5e8

Browse files
committed
TODO this needs to use cache...
1 parent 2141395 commit ec8d5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-c-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: echo C_CLIENT_REVISION=$(git rev-parse HEAD) >> $GITHUB_ENV
1616
working-directory: aerospike-client-c
1717

18-
- uses: actions/download-artifact@v4
18+
- uses: actions/cache@v5
1919
id: download-c-client
2020
with:
2121
name: c-client-${{ env.C_CLIENT_REVISION }}

0 commit comments

Comments
 (0)