We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42247b0 commit 04d7fe3Copy full SHA for 04d7fe3
.github/workflows/rust.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
- name: Build and test Phoenix
20
run: cargo build -r; cargo test
21
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
22
with:
23
- name: upload phoenix binary
+ name: Phoenix
24
path: target/release/phoenix
0 commit comments