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

@@ -18,7 +18,7 @@ jobs:
run: cargo build -p deltachat-repl --features vendored
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: repl.exe
path: "target/debug/deltachat-repl.exe"