Skip to content

Commit 1165ee5

Browse files
committed
v3
1 parent 8a66bbe commit 1165ee5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
OS: ${{ matrix.OS }}
8787
FEATURES: ${{ matrix.FEATURES }}
8888
steps:
89-
- uses: actions/checkout@v2
89+
- uses: actions/checkout@v3
9090
- name: Init submodules
9191
uses: snickerbockers/submodules-init@v4
9292
- name: Cargo cache
@@ -221,7 +221,7 @@ jobs:
221221
cd ./artifacts
222222
tar -czf vnt-$TARGET-$TAG.tar.gz *
223223
- name: Archive artifact
224-
uses: actions/upload-artifact@v2
224+
uses: actions/upload-artifact@v3
225225
with:
226226
name: vnt-cli
227227
path: |
@@ -233,7 +233,7 @@ jobs:
233233
runs-on: ubuntu-latest
234234
steps:
235235
- name: Download artifacts
236-
uses: actions/download-artifact@v2
236+
uses: actions/download-artifact@v3
237237
with:
238238
name: vnt-cli
239239
path: ./artifacts

0 commit comments

Comments
 (0)