We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726e614 commit 44becdaCopy full SHA for 44becda
1 file changed
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
cp target/release/liblidi_bindings.so artifacts/release/
35
36
- name: Upload release artifacts
37
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
38
with:
39
name: linux
40
path: artifacts
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- uses: actions/checkout@v6
49
50
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v8
51
52
merge-multiple: true
53
@@ -59,7 +59,7 @@ jobs:
59
cp -r LICENSE README.md release/lidi-${{ env.SUFFIX }}/
60
61
62
63
64
name: lidi-${{ env.SUFFIX }}
65
path: release
0 commit comments