We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a66bbe commit 1165ee5Copy full SHA for 1165ee5
.github/workflows/rust.yml
@@ -86,7 +86,7 @@ jobs:
86
OS: ${{ matrix.OS }}
87
FEATURES: ${{ matrix.FEATURES }}
88
steps:
89
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
90
- name: Init submodules
91
uses: snickerbockers/submodules-init@v4
92
- name: Cargo cache
@@ -221,7 +221,7 @@ jobs:
221
cd ./artifacts
222
tar -czf vnt-$TARGET-$TAG.tar.gz *
223
- name: Archive artifact
224
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
225
with:
226
name: vnt-cli
227
path: |
@@ -233,7 +233,7 @@ jobs:
233
runs-on: ubuntu-latest
234
235
- name: Download artifacts
236
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
237
238
239
path: ./artifacts
0 commit comments