Skip to content

Commit 46b37c0

Browse files
committed
use v4
1 parent f737f59 commit 46b37c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

+4-4
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@v3
89+
- uses: actions/checkout@v4
9090
- name: Init submodules
9191
uses: snickerbockers/submodules-init@v4
9292
- name: Cargo cache
@@ -221,9 +221,9 @@ jobs:
221221
cd ./artifacts
222222
tar -czf vnt-$TARGET-$TAG.tar.gz *
223223
- name: Archive artifact
224-
uses: actions/upload-artifact@v3
224+
uses: actions/upload-artifact@v4
225225
with:
226-
name: vnt-cli
226+
name: vnt-cli-${{ matrix.TARGET }}
227227
path: |
228228
./artifacts
229229
# deploys to github releases on tag
@@ -233,7 +233,7 @@ jobs:
233233
runs-on: ubuntu-latest
234234
steps:
235235
- name: Download artifacts
236-
uses: actions/download-artifact@v3
236+
uses: actions/download-artifact@v4
237237
with:
238238
name: vnt-cli
239239
path: ./artifacts

0 commit comments

Comments
 (0)