Skip to content

Commit 04d7fe3

Browse files
committed
fix artifacts
1 parent 42247b0 commit 04d7fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- name: Build and test Phoenix
2020
run: cargo build -r; cargo test
21-
- uses: actions/upload-artifact@v2
21+
- uses: actions/upload-artifact@v3
2222
with:
23-
name: upload phoenix binary
23+
name: Phoenix
2424
path: target/release/phoenix

0 commit comments

Comments
 (0)