We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab834f3 commit 858c129Copy full SHA for 858c129
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
steps:
85
- name: checkout
86
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
87
with:
88
fetch-depth: 8
89
- name: dependency
@@ -149,7 +149,7 @@ jobs:
149
make package
150
fi
151
- name: archive binary
152
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
153
154
name: direwolf_${{ matrix.config.os }}_${{ matrix.config.arch }}_${{ github.sha }}
155
path: |
0 commit comments