Skip to content

Commit 5f42d3a

Browse files
committed
[CI/CD] Updated release to up/download-artifacts v4
1 parent 3d35691 commit 5f42d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
mv *.deb output
5050
5151
- name: Store
52-
uses: actions/upload-artifact@v1
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: package
5555
path: output
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v1
6363

6464
- name: Retrieve
65-
uses: actions/download-artifact@v1
65+
uses: actions/download-artifact@v4
6666
with:
6767
name: package
6868

0 commit comments

Comments
 (0)