Skip to content

Commit 65173ac

Browse files
committed
Bump CI actions/checkout and actions/upload-artifact to v3
1 parent b487104 commit 65173ac

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
@@ -82,7 +82,7 @@ jobs:
8282
}
8383
steps:
8484
- name: checkout
85-
uses: actions/checkout@v2
85+
uses: actions/checkout@v3
8686
with:
8787
fetch-depth: 8
8888
- name: dependency
@@ -148,7 +148,7 @@ jobs:
148148
make package
149149
fi
150150
- name: archive binary
151-
uses: actions/upload-artifact@v2
151+
uses: actions/upload-artifact@v3
152152
with:
153153
name: direwolf_${{ matrix.config.os }}_${{ matrix.config.arch }}_${{ github.sha }}
154154
path: |

0 commit comments

Comments
 (0)