We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26062f0 commit dbd5ffcCopy full SHA for dbd5ffc
1 file changed
.github/workflows/rust.yml
@@ -53,7 +53,7 @@ jobs:
53
run: cargo +${{ matrix.channel }} test --verbose --release --target ${{ matrix.target }}
54
55
- name: Upload build
56
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
57
with:
58
name: httplib-${{ matrix.target }}
59
path: target/${{ matrix.target }}/release/
0 commit comments