Skip to content

Commit

Permalink
Changing upload-artifact as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Jul 18, 2024
1 parent 4ceccc7 commit 960aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: cargo build --all-features --release

- name: Upload Rust client builds
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rust-client-builds
# First wildcard ensures exported paths are consistently under the clients folder.
Expand Down

0 comments on commit 960aae0

Please sign in to comment.