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