Skip to content

Commit aeb5153

Browse files
committed
Fix github action.
1 parent b0d7af4 commit aeb5153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: checkout
86-
uses: actions/checkout@v2
86+
uses: actions/checkout@v3
8787
with:
8888
fetch-depth: 8
8989
- name: dependency
@@ -149,7 +149,7 @@ jobs:
149149
make package
150150
fi
151151
- name: archive binary
152-
uses: actions/upload-artifact@v2
152+
uses: actions/upload-artifact@v3
153153
with:
154154
name: direwolf_${{ matrix.config.os }}_${{ matrix.config.arch }}_${{ github.sha }}
155155
path: |

0 commit comments

Comments
 (0)