Skip to content

Commit dbd5ffc

Browse files
committed
fix error in workflow
1 parent 26062f0 commit dbd5ffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: cargo +${{ matrix.channel }} test --verbose --release --target ${{ matrix.target }}
5454

5555
- name: Upload build
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: httplib-${{ matrix.target }}
5959
path: target/${{ matrix.target }}/release/

0 commit comments

Comments
 (0)