Skip to content

Commit c0c7d46

Browse files
authored
Update deploy.yml
1 parent 863c716 commit c0c7d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Download DEB artifact
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
6565
name: lso-deb
6666

6767
- name: Download EXE artifact
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4
6969
with:
7070
name: lso-exe
7171

0 commit comments

Comments
 (0)