Skip to content

Commit 858c129

Browse files
committed
Bump CI actions/checkout and actions/upload-artifact to v3
1 parent ab834f3 commit 858c129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
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)