Skip to content

Commit 0382abb

Browse files
committed
update workflow.
1 parent 5ef141f commit 0382abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build
4545
run: cargo build --release --verbose
4646
- name: Upload a Build Artifact
47-
uses: actions/upload-artifact@v3.1.1
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: velvet-${{ matrix.os }}
5050
path: ${{ matrix.path }}

0 commit comments

Comments
 (0)