Skip to content

Commit 30811bd

Browse files
authored
Update ci.yml (#557)
1 parent 42062c5 commit 30811bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@ jobs:
189189
popd
190190
191191
- name: Upload cargo-nexus binary
192-
uses: actions/upload-artifact@v5
192+
uses: actions/upload-artifact@v6
193193
with:
194194
name: cargo-nexus
195195
path: target/release/cargo-nexus
196196
retention-days: 90
197197

198198
- name: Upload pre-built host project
199-
uses: actions/upload-artifact@v5
199+
uses: actions/upload-artifact@v6
200200
with:
201201
name: nexus-host-project
202202
path: /tmp/nexus-host

0 commit comments

Comments
 (0)