We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb6a26 commit 8d2fbe9Copy full SHA for 8d2fbe9
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
target/${{ matrix.rust_target }}/release/http_status_code_check-${{ matrix.rust_target }}
76
77
- name: Upload Artifact
78
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
79
with:
80
name: ${{ matrix.rust_target }}
81
path: target/${{ matrix.rust_target }}/release/http_status_code_check-${{ matrix.rust_target }}
0 commit comments