Skip to content

Commit 8d2fbe9

Browse files
committed
wip
1 parent 3eb6a26 commit 8d2fbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
target/${{ matrix.rust_target }}/release/http_status_code_check-${{ matrix.rust_target }}
7676
7777
- name: Upload Artifact
78-
uses: actions/upload-artifact@v2
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: ${{ matrix.rust_target }}
8181
path: target/${{ matrix.rust_target }}/release/http_status_code_check-${{ matrix.rust_target }}

0 commit comments

Comments
 (0)