Skip to content

Commit 44becda

Browse files
committed
github workflows: update actions
1 parent 726e614 commit 44becda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cp target/release/liblidi_bindings.so artifacts/release/
3535
3636
- name: Upload release artifacts
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: linux
4040
path: artifacts
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v6
4949

50-
- uses: actions/download-artifact@v4
50+
- uses: actions/download-artifact@v8
5151
with:
5252
merge-multiple: true
5353
path: artifacts
@@ -59,7 +59,7 @@ jobs:
5959
cp -r LICENSE README.md release/lidi-${{ env.SUFFIX }}/
6060
6161
- name: Upload release artifacts
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: lidi-${{ env.SUFFIX }}
6565
path: release

0 commit comments

Comments
 (0)