ci: update actions/upload-artifact

There are no breaking changes listed in the README that affect our usage.
This commit is contained in:
link2xt
2024-02-15 02:41:21 +00:00
parent 51aaaf2e8d
commit cdcacf2f83
5 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ jobs:
ls -lah
mv $(find deltachat-jsonrpc-client-*) $DELTACHAT_JSONRPC_TAR_GZ
- name: Upload Prebuild
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: deltachat-jsonrpc-client.tgz
path: deltachat-jsonrpc/typescript/${{ env.DELTACHAT_JSONRPC_TAR_GZ }}